Skip to content

Commit 1a06781

Browse files
fix integration tests; add 2025.07.0 to test matrix
1 parent 96613f1 commit 1a06781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ def test_find_update_by_content(self):
123123
no_associations = self.content.oauth.associations.find()
124124
assert len(no_associations) == 0
125125

126+
@pytest.mark.skipif(
127+
CONNECT_VERSION <= version.parse("2025.07.0"),
128+
reason="Multi associations not supported.",
129+
)
126130
def test_find_update_by_content_multiple(self):
127131
self.content.oauth.associations.update(
128132
[

0 commit comments

Comments
 (0)