Skip to content

Commit 1728edb

Browse files
Fix test data bugzilla server
1 parent b1b9c39 commit 1728edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/crashmanager/management/commands/create_test_data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ def handle(self, *_args, **options):
460460
# create bug provider
461461
provider = BugProvider.objects.create(
462462
classname="BugzillaProvider",
463-
hostname="https://hg.allizom.org",
464-
urlTemplate="https://hg.allizom.org/%s",
463+
hostname="bugzilla.allizom.org",
464+
urlTemplate="https://bugzilla.allizom.org/%s",
465465
)
466466

467467
# link 10 buckets to bug provider

0 commit comments

Comments
 (0)