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 4093005 commit b67b13aCopy full SHA for b67b13a
tests/unit/auth/test_auth.py
@@ -75,6 +75,6 @@ def test_get_auth_dependency_unknown_module():
75
ols_config.authentication_config = AuthenticationConfig()
76
ols_config.authentication_config.module = "foo"
77
with pytest.raises(
78
- Exception, match="Invalid/unknown auth. module was configured: foo"
+ Exception, match=r"Invalid/unknown auth. module was configured: foo"
79
):
80
get_auth_dependency(ols_config, "/path")
0 commit comments