Skip to content

Commit b67b13a

Browse files
committed
ruff error fix
1 parent 4093005 commit b67b13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/auth/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ def test_get_auth_dependency_unknown_module():
7575
ols_config.authentication_config = AuthenticationConfig()
7676
ols_config.authentication_config.module = "foo"
7777
with pytest.raises(
78-
Exception, match="Invalid/unknown auth. module was configured: foo"
78+
Exception, match=r"Invalid/unknown auth. module was configured: foo"
7979
):
8080
get_auth_dependency(ols_config, "/path")

0 commit comments

Comments
 (0)