summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_rhbz1369486.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rhbz1369486.py b/tests/test_rhbz1369486.py
index 0817bc1..0b8285e 100644
--- a/tests/test_rhbz1369486.py
+++ b/tests/test_rhbz1369486.py
@@ -33,7 +33,7 @@ class TestPython2Macros:
return output
def test_python2_version_macro(self, python2_version_macro):
- assert python2_version_macro == '2.6\n'
+ assert python2_version_macro == '2.7\n'
def test_python2_version_nodots_macro(self, python2_version_nodots_macro):
- assert python2_version_nodots_macro == '26\n'
+ assert python2_version_nodots_macro == '27\n'