Skip to content

Commit c03e49e

Browse files
committed
Fix blueprint name conflict
The name conflict would result in the following error when some alice tests ran before the MSC2716 tests. ``` === RUN TestBackfillingHistory msc2716_test.go:54: Deploy times: 18.499364ms blueprints, 1.581230486s containers msc2716_test.go:60: Deployment.Client - HS name 'hs1' - user ID '@the-bridge-user:hs1' not found ```
1 parent 007877f commit c03e49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/b/hs_with_application_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package b
22

33
// BlueprintHSWithApplicationService who has an application service to interact with
44
var BlueprintHSWithApplicationService = MustValidate(Blueprint{
5-
Name: "alice",
5+
Name: "hs_with_application_service",
66
Homeservers: []Homeserver{
77
{
88
Name: "hs1",

0 commit comments

Comments
 (0)