You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/posit/connect/test_hooks.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,5 +77,8 @@ def test_deprecation_warning():
77
77
)
78
78
c=Client("https://connect.example", "12345")
79
79
80
-
withpytest.warns(DeprecationWarning):
80
+
withpytest.warns(
81
+
DeprecationWarning,
82
+
match="https://connect.example/__api__/v0 is deprecated and will be removed in a future version of Connect. Please upgrade `posit-sdk` in order to use the new APIs.",
0 commit comments