Skip to content

Commit

Permalink
test: fix timer logging change expected logs (#5734)
Browse files Browse the repository at this point in the history
Correct expected Logging format in apt.test_install_missing_deps
integration tests due to logging changes introduced in 70d4a5c.
  • Loading branch information
blackboxsw authored Sep 24, 2024
1 parent 1dd6850 commit 6725c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/modules/test_apt_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ def test_apt_proxy(client: IntegrationInstance):


RE_GPG_SW_PROPERTIES_INSTALLED = (
r"install"
r" (gnupg software-properties-common|software-properties-common gnupg)"
r"install', '(gnupg', 'software-properties-common|"
r"software-properties-common', 'gnupg)"
)

REMOVE_GPG_USERDATA = """
Expand Down

0 comments on commit 6725c0f

Please sign in to comment.