Skip to content

Commit

Permalink
Delete awaited once still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 19, 2024
1 parent 678a1a2 commit 1d073e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/github/api/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ async def test_delete_package_with_tag(self):
)

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

0 comments on commit 1d073e8

Please sign in to comment.