Skip to content

Commit aaed732

Browse files
committed
reverting local change
1 parent 087bfbd commit aaed732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/feature_store/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
client_kwargs = dict(
2525
retry_strategy=oci.retry.NoneRetryStrategy,
26-
service_endpoint="http://127.0.0.1:21000/20230101",
26+
service_endpoint=os.getenv("service_endpoint"),
2727
)
2828
ads.set_auth(client_kwargs=client_kwargs)
2929

0 commit comments

Comments
 (0)