use example.com as default repo domain name, closes admin#300

This commit is contained in:
Hans-Christoph Steiner 2025-09-24 16:44:00 +02:00 committed by Michael Pöhn
parent 40fbbd2e48
commit 4cf3727db7
9 changed files with 23 additions and 23 deletions

View file

@ -705,7 +705,7 @@ class IndexTest(unittest.TestCase):
self.assertEqual(
repodict['mirrors'],
[
{'isPrimary': True, 'url': 'https://MyFirstFDroidRepo.org/fdroid/repo'},
{'isPrimary': True, 'url': 'https://example.com/fdroid/repo'},
{'url': 'http://foobarfoobarfoobar.onion/fdroid/repo'},
{'url': 'https://foo.bar/fdroid/repo'},
],