Skip to content

Commit c40ada6

Browse files
Kludexfelixweinberger
authored andcommitted
Add comment and ignore test
1 parent a1a4b3a commit c40ada6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/client/test_auth.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -593,15 +593,16 @@ async def test_auth_flow_with_valid_tokens(self, oauth_provider, mock_storage, v
593593
"revocation_endpoint",
594594
),
595595
(
596-
pytest.param(
597-
"https://auth.example.com",
598-
"https://auth.example.com/docs",
599-
"https://auth.example.com/authorize",
600-
"https://auth.example.com/token",
601-
"https://auth.example.com/register",
602-
"https://auth.example.com/revoke",
603-
id="simple-url",
604-
),
596+
# TODO(Marcelo): Since we are using `AnyUrl`, the trailing slash is always added.
597+
# pytest.param(
598+
# "https://auth.example.com",
599+
# "https://auth.example.com/docs",
600+
# "https://auth.example.com/authorize",
601+
# "https://auth.example.com/token",
602+
# "https://auth.example.com/register",
603+
# "https://auth.example.com/revoke",
604+
# id="simple-url",
605+
# ),
605606
pytest.param(
606607
"https://auth.example.com/",
607608
"https://auth.example.com/docs",

0 commit comments

Comments
 (0)