From 427856b5fd22d3836c67daf7db63ec7c9aad3c07 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Jan 2020 22:36:45 +0100 Subject: [PATCH] tests: use same mirrors order in all tests This makes it so running `../fdroid update --nosign --pretty` in tests/ no longer creates a diff in the tests/*/index* files. It matches the order set in tests/run-tests. --- tests/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config.py b/tests/config.py index 6ee05902..745fb9d6 100644 --- a/tests/config.py +++ b/tests/config.py @@ -26,8 +26,8 @@ keypass = "r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI=" keydname = "CN=sova, OU=F-Droid" mirrors = ( - 'https://foo.bar/fdroid', 'http://foobarfoobarfoobar.onion/fdroid', + 'https://foo.bar/fdroid', ) update_stats = True