Skip to content

Commit

Permalink
🎨 Added # pragma: allowlist secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 committed Oct 1, 2024
1 parent 07aec93 commit ad9e19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ad9e19f

Please sign in to comment.