From 582a250ee5b59657ebf8f4c30d4e1b4fb9d32574 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 21 2017 09:26:01 +0000 Subject: Fix running the tests Signed-off-by: Pierre-Yves Chibon --- diff --git a/dist_git_auth_tests.py b/dist_git_auth_tests.py index 0c9600d..4ef8ce8 100644 --- a/dist_git_auth_tests.py +++ b/dist_git_auth_tests.py @@ -218,7 +218,7 @@ repo requests/test def test_get_supported_branches(self): """ Test for real what is returned by PDC. """ - expected = ['master', 'f26', 'f25', 'el6'] + expected = ['master', 'f27', 'f26', 'f25', 'el6'] actual = dist_git_auth.get_supported_branches('rpms', 'nethack') self.assertEquals(set(actual), set(expected))