We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d609de2 commit a915a43Copy full SHA for a915a43
tests/test_evaluate.py
@@ -19,8 +19,8 @@ def setup_method(self, method):
19
20
self.logger = logging.getLogger("test_evaluate_real")
21
22
- # Create a real client to prepare test data
23
- self.client = Client(auth_header=f"Bearer {self.api_key}")
+ # Create a real client to prepare test data using staging base url
+ self.client = Client(auth_header=f"Bearer {self.api_key}", base_url="https://am-sdk-backend-staging-ser-6009-0c0ad782-m9xwngeb.onporter.run/")
24
25
# Create unique names for resources to avoid conflicts
26
self.timestamp = int(time.time())
0 commit comments