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 087bfbd commit aaed732Copy full SHA for aaed732
tests/integration/feature_store/test_base.py
@@ -23,7 +23,7 @@
23
24
client_kwargs = dict(
25
retry_strategy=oci.retry.NoneRetryStrategy,
26
- service_endpoint="http://127.0.0.1:21000/20230101",
+ service_endpoint=os.getenv("service_endpoint"),
27
)
28
ads.set_auth(client_kwargs=client_kwargs)
29
0 commit comments