Skip to content

Commit a915a43

Browse files
committed
Update base url to tests
1 parent d609de2 commit a915a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_evaluate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def setup_method(self, method):
1919

2020
self.logger = logging.getLogger("test_evaluate_real")
2121

22-
# Create a real client to prepare test data
23-
self.client = Client(auth_header=f"Bearer {self.api_key}")
22+
# Create a real client to prepare test data using staging base url
23+
self.client = Client(auth_header=f"Bearer {self.api_key}", base_url="https://am-sdk-backend-staging-ser-6009-0c0ad782-m9xwngeb.onporter.run/")
2424

2525
# Create unique names for resources to avoid conflicts
2626
self.timestamp = int(time.time())

0 commit comments

Comments
 (0)