From ad9e19fc6475d6c08a272affd747a8ad1e7dff24 Mon Sep 17 00:00:00 2001 From: rziemianek Date: Tue, 1 Oct 2024 09:25:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20`#=20pragma:=20allowlist?= =?UTF-8?q?=20secret`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orchestration/prefect/flows/test_eurostat_to_adls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/orchestration/prefect/flows/test_eurostat_to_adls.py b/tests/integration/orchestration/prefect/flows/test_eurostat_to_adls.py index bbd76e6ce..1977ba11c 100644 --- a/tests/integration/orchestration/prefect/flows/test_eurostat_to_adls.py +++ b/tests/integration/orchestration/prefect/flows/test_eurostat_to_adls.py @@ -18,7 +18,7 @@ def test_eurostat_to_adls(): eurostat_to_adls( dataset_code="ILC_DI04", adls_path=TEST_FILE_PATH, - adls_credentials_secret="sp-adls-test", # noqa: S106 + adls_credentials_secret="sp-adls-test", # noqa: S106, # pragma: allowlist secret ) assert lake.exists(TEST_FILE_PATH)