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 1888fa2 commit a90cbd5Copy full SHA for a90cbd5
integration/tests/posit/connect/oauth/test_integrations.py
@@ -63,15 +63,15 @@ def test_find(self):
63
def test_find_by(self):
64
result = self.client.oauth.integrations.find_by(
65
integration_type="custom",
66
- auth_type="Confidential",
+ config={"auth_mode": "Confidential"},
67
name="example integration",
68
)
69
assert result is not None
70
assert result["guid"] == self.integration["guid"]
71
72
73
74
75
name="nonexistent integration",
76
77
assert result is None
0 commit comments