We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3aba19 + 4ae0ad9 commit 3cb51a5Copy full SHA for 3cb51a5
1 file changed
tests/unit/nhp/docker/test_config.py
@@ -36,6 +36,7 @@ def test_config_sets_values_from_envvars(mocker):
36
assert config.MODEL_RUNS_TABLE_STORAGE_ACCOUNT == "model runs table account"
37
38
39
+@pytest.mark.unit
40
def test_config_uses_default_storage_account(mocker):
41
# arrange
42
mocker.patch("dotenv.load_dotenv")
0 commit comments