Skip to content

Commit

Permalink
fix(tests): update mozilla keyring (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Jul 30, 2024
1 parent 445d514 commit 62e3bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/services/test_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ def test_package_repositories_in_overlay(
assert overlay_apt.is_dir()

# Checking that the files are present should be enough
assert (overlay_apt / "keyrings/craft-CE49EC21.gpg").is_file()
assert (overlay_apt / "keyrings/craft-9BE21867.gpg").is_file()
assert (overlay_apt / "sources.list.d/craft-ppa-mozillateam_ppa.sources").is_file()
assert (overlay_apt / "preferences.d/craft-archives").is_file()

0 comments on commit 62e3bec

Please sign in to comment.