Skip to content

Commit

Permalink
fix module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hatina committed Feb 12, 2018
1 parent 220657c commit f0d441d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def test_install_profile_latest(self):
"glibc-2.25.90-2.x86_64",
"glibc-common-2.25.90-2.x86_64",
"httpd-2.4.25-8.x86_64",
"libnghttp2-1.21.1-1.1.x86_64", # expected behaviour, non-modular rpm pulled in
"libnghttp2-1.21.1-1.x86_64", # expected behaviour, non-modular rpm pulled in
]
self.assertInstalls(expected)

Expand All @@ -586,7 +586,7 @@ def test_install_profile(self):
"glibc-2.25.90-2.x86_64",
"glibc-common-2.25.90-2.x86_64",
"httpd-2.4.25-7.x86_64",
"libnghttp2-1.21.1-1.1.x86_64", # expected behaviour, non-modular rpm pulled in
"libnghttp2-1.21.1-1.x86_64", # expected behaviour, non-modular rpm pulled in
]
self.assertInstalls(expected)

Expand All @@ -602,7 +602,7 @@ def test_install_two_profiles(self):
"glibc-common-2.25.90-2.x86_64",
"httpd-2.4.25-7.x86_64",
"httpd-doc-2.4.25-7.x86_64",
"libnghttp2-1.21.1-1.1.x86_64", # expected behaviour, non-modular rpm pulled in
"libnghttp2-1.21.1-1.x86_64", # expected behaviour, non-modular rpm pulled in
]
self.assertInstalls(expected)

Expand All @@ -618,7 +618,7 @@ def test_install_two_profiles_different_versions(self):
"glibc-common-2.25.90-2.x86_64",
"httpd-2.4.25-8.x86_64",
"httpd-doc-2.4.25-8.x86_64",
"libnghttp2-1.21.1-1.1.x86_64", # expected behaviour, non-modular rpm pulled in
"libnghttp2-1.21.1-1.x86_64", # expected behaviour, non-modular rpm pulled in
]
self.assertInstalls(expected)

Expand Down

0 comments on commit f0d441d

Please sign in to comment.