Skip to content

Commit d2755dc

Browse files
fix test skip for multi assoc
1 parent 8f931d0 commit d2755dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/posit/connect/oauth/test_associations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_find_update_by_content(self):
124124
assert len(no_associations) == 0
125125

126126
@pytest.mark.skipif(
127-
CONNECT_VERSION <= version.parse("2025.07.0"),
127+
CONNECT_VERSION < version.parse("2025.07.0"),
128128
reason="Multi associations not supported.",
129129
)
130130
def test_find_update_by_content_multiple(self):

0 commit comments

Comments
 (0)