Skip to content

Commit 1bc2f7d

Browse files
committed
Tweak test setup message for site_id change.
- Legacy-Id: 4567
1 parent ad8b0d2 commit 1bc2f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run_tests_1(test_labels, *args, **kwargs):
7878
settings.TEMPLATE_LOADERS = ('ietf.utils.test_runner.template_coverage_loader',) + settings.TEMPLATE_LOADERS
7979
test_labels = [x.split(".")[-1] for x in settings.INSTALLED_APPS if x.startswith("ietf")] + ['redirects.TemplateCoverageTestCase',]
8080
if settings.SITE_ID != 1:
81-
print " Changing SITE_ID to '1' during testing, to avoid failures due to a missing site entry in the test DB."
81+
print " Changing SITE_ID to '1' during testing."
8282
settings.SITE_ID = 1
8383
assert(not settings.IDTRACKER_BASE_URL.endswith('/'))
8484
kwargs["verbosity"] = 0

0 commit comments

Comments
 (0)