Skip to content

Commit

Permalink
chore: remove duplicate test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardcooke53 committed Aug 26, 2023
1 parent f16b090 commit 249cec7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/unit/semantic_release/hvcs/test_gitea.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,6 @@ def test_gitea_get_repository_owner_and_name(default_gitea_client):
"git@gitea.com:custom/example.git",
"https://aabbcc@gitea.com/custom/example.git",
),
(
False,
"aabbcc",
"git@mydomain.com:custom/example.git",
"git@mydomain.com:custom/example.git",
),
(
True,
"aabbcc",
"git@mydomain.com:custom/example.git",
"https://aabbcc@mydomain.com/custom/example.git",
),
],
)
def test_remote_url(
Expand Down

0 comments on commit 249cec7

Please sign in to comment.