diff --git a/pctasks/dev/pctasks/dev/cosmosdb.py b/pctasks/dev/pctasks/dev/cosmosdb.py index d9870e34..ef0a6dc6 100644 --- a/pctasks/dev/pctasks/dev/cosmosdb.py +++ b/pctasks/dev/pctasks/dev/cosmosdb.py @@ -34,7 +34,7 @@ def wait_for_emulator_start(url: str) -> None: try_count = 0 while True: try: - resp = requests.get(url, verify=False) # CodeQL [SM03157] justification + resp = requests.get(url, verify=False) # CodeQL [SM03157] Not used in production. # fmt: skip resp.raise_for_status() break except Exception as e: