Skip to content

Commit b2a7745

Browse files
Fix typo in secrets marker (#380)
1 parent a8c9a73 commit b2a7745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/markers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from . import juju_
77

88
only_with_juju_secrets = pytest.mark.skipif(
9-
not juju_.has_secrets, reason="Requires juju version w/o secrets"
9+
not juju_.has_secrets, reason="Requires juju version w/secrets"
1010
)
1111
only_without_juju_secrets = pytest.mark.skipif(
12-
juju_.has_secrets, reason="Requires juju version w/secrets"
12+
juju_.has_secrets, reason="Requires juju version w/o secrets"
1313
)

0 commit comments

Comments
 (0)