From 7353d4ce0ba6f99f72a3b0fa3d317762e6dbe209 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sat, 9 Sep 2017 10:08:50 +0200 Subject: [PATCH] Copr uses latest-Fedora-Modular-26 repo --- tests/test_builder/test_copr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_builder/test_copr.py b/tests/test_builder/test_copr.py index 880da7ad..2b1c2c63 100644 --- a/tests/test_builder/test_copr.py +++ b/tests/test_builder/test_copr.py @@ -247,7 +247,7 @@ class TestCoprModuleBuilder(unittest.TestCase): conf.koji_repository_url + "/baz/latest/x86_64", # We always add this repo as a workaround, see the code for details - "https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-Rawhide/compose/Server/x86_64/os/", + "https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-26/compose/Server/x86_64/os/", }) ####################################################################################################################