Skip to content

Commit 3cb51a5

Browse files
authored
Merge pull request #608 from The-Strategy-Unit/add_missing_pytest_mark
2 parents c3aba19 + 4ae0ad9 commit 3cb51a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/nhp/docker/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_config_sets_values_from_envvars(mocker):
3636
assert config.MODEL_RUNS_TABLE_STORAGE_ACCOUNT == "model runs table account"
3737

3838

39+
@pytest.mark.unit
3940
def test_config_uses_default_storage_account(mocker):
4041
# arrange
4142
mocker.patch("dotenv.load_dotenv")

0 commit comments

Comments
 (0)