Skip to content

Commit de36543

Browse files
committed
Drop environment check from config.json and check environment via .repo file and installed packages in dom0 tests.
openqa
1 parent f064e23 commit de36543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_dom0_and_templates_correct_key.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ def test_dom0_has_keyring_package(env):
129129
assert _is_installed("securedrop-workstation-keyring-dev")
130130
elif env == "staging":
131131
assert _is_installed("securedrop-workstation-keyring-staging")
132+
else:
133+
assert ENV == "prod"
132134

133135

134136
def test_rpm_repo_config(config):

0 commit comments

Comments
 (0)