Describe the Bug
the only problem is
@pytest.mark.parametrize(
("exception", "expected_error"),
[
(Exception("OAuth error"), "OAuth process failed"),
(ValueError("Invalid token"), "OAuth process failed"),
(KeyError("Missing key"), "OAuth process failed"),
],
)
it looks like this, so it will "overload" to many signatures.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Describe the Bug
the only problem is
it looks like this, so it will "overload" to many signatures.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response