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 8f931d0 commit d2755dcCopy full SHA for d2755dc
integration/tests/posit/connect/oauth/test_associations.py
@@ -124,7 +124,7 @@ def test_find_update_by_content(self):
124
assert len(no_associations) == 0
125
126
@pytest.mark.skipif(
127
- CONNECT_VERSION <= version.parse("2025.07.0"),
+ CONNECT_VERSION < version.parse("2025.07.0"),
128
reason="Multi associations not supported.",
129
)
130
def test_find_update_by_content_multiple(self):
0 commit comments