Skip to content

Commit

Permalink
Update tests/integration_tests/bugs/test_lp1835584.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Watkins <daniel@daniel-watkins.co.uk>
  • Loading branch information
blackboxsw and OddBloke committed Feb 18, 2021
1 parent fb60efc commit 6c738da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/bugs/test_lp1835584.py
Expand Up @@ -82,8 +82,8 @@ def test_azure_kernel_upgrade_case_insensitive_uuid(
cfg_image_spec = ImageSpecification.from_os_image()
if (cfg_image_spec.os, cfg_image_spec.release) != ("ubuntu", "bionic"):
pytest.skip(
"Test only supports ubuntu:bionic not {os}:{release}".format(
os=cfg_image_spec.os, release=cfg_image_spec.release
"Test only supports ubuntu:bionic not {0.os}:{0.release}".format(
cfg_image_spec
)
)
source = get_validated_source(session_cloud)
Expand Down

0 comments on commit 6c738da

Please sign in to comment.