Skip to content

Commit

Permalink
Fix: Container was in lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 19, 2024
1 parent c64f2fb commit 8ddeec5
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 @@ -257,7 +257,7 @@ async def test_delete_package_with_tag(self):

await self.api.delete_package_with_tag(
organization="foo",
package_type=PackageType.Container,
package_type=PackageType.CONTAINER,
package_name="bar",
tag="broken"
)
Expand Down

0 comments on commit 8ddeec5

Please sign in to comment.