Skip to content

Commit 5a28495

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-92432: Update SnowSQL Tests to reflect updated OCSP Privatelink URL
1 parent 85130be commit 5a28495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def test_privatelink_ocsp_url_creation():
558558

559559
ocsp_cache_server = os.getenv("SF_OCSP_RESPONSE_CACHE_SERVER_URL", None)
560560
assert ocsp_cache_server == \
561-
"http://ocsp.us-east-1.privatelink.snowflakecomputing.com/ocsp_response_cache.json"
561+
"http://ocsp.testaccount.us-east-1.privatelink.snowflakecomputing.com/ocsp_response_cache.json"
562562

563563
del os.environ['SF_OCSP_RESPONSE_CACHE_SERVER_URL']
564564

@@ -598,7 +598,7 @@ def test_privatelink_ocsp_url_multithreaded_snowsql():
598598
bucket = queue.Queue()
599599

600600
hostname = "testaccount.us-east-1.privatelink.snowflakecomputing.com"
601-
expectation = "http://ocsp.us-east-1.privatelink.snowflakecomputing.com/ocsp_response_cache.json"
601+
expectation = "http://ocsp.testaccount.us-east-1.privatelink.snowflakecomputing.com/ocsp_response_cache.json"
602602
thread_obj = []
603603
for i in range(15):
604604
thread_obj.append(ExecPrivatelinkThread(bucket, hostname, expectation, APPLICATION_SNOWSQL))

0 commit comments

Comments
 (0)