We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96613f1 commit 1a06781Copy full SHA for 1a06781
integration/tests/posit/connect/oauth/test_associations.py
@@ -123,6 +123,10 @@ def test_find_update_by_content(self):
123
no_associations = self.content.oauth.associations.find()
124
assert len(no_associations) == 0
125
126
+ @pytest.mark.skipif(
127
+ CONNECT_VERSION <= version.parse("2025.07.0"),
128
+ reason="Multi associations not supported.",
129
+ )
130
def test_find_update_by_content_multiple(self):
131
self.content.oauth.associations.update(
132
[
0 commit comments