Skip to content

Commit

Permalink
Remove: Unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 19, 2024
1 parent bee7a45 commit 6486cbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/github/api/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ async def test_delete_package_with_tag(self):
tag="latest",
)

self.client.delete.assert_awaited_once_with(
"/orgs/foo/packages/container/bar/versions/1"
)
self.client.delete.assert_awaited_once_with(
"/orgs/foo/packages/container/bar/versions/tags/latest"
)

0 comments on commit 6486cbe

Please sign in to comment.