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 927fef2 commit 95a54faCopy full SHA for 95a54fa
tests/test_evaluate.py
@@ -20,7 +20,7 @@ def setup_method(self, method):
20
self.logger = logging.getLogger("test_evaluate_real")
21
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")
+ self.client = Client(auth_header=f"Bearer {self.api_key}")
24
25
# Create unique names for resources to avoid conflicts
26
self.timestamp = int(time.time())
0 commit comments