diff --git a/common/configuration/asm_test.go b/common/configuration/asm_test.go index 6d3e21623c..de8daa9d97 100644 --- a/common/configuration/asm_test.go +++ b/common/configuration/asm_test.go @@ -186,7 +186,7 @@ func TestFollowerSync(t *testing.T) { // fakeRPCClient connects the follower to the leader fakeRPCClient := &fakeAdminClient{sm: leaderManager} followerClock := clock.NewMock() - follower := newASMFollower(ctx, fakeRPCClient) + follower := newASMFollower(ctx, fakeRPCClient, "fake") followerASM := newASMForTesting(ctx, externalClient, URL("http://localhost:1235"), leaser, optional.Some[asmClient](follower)) asmClient, err := followerASM.coordinator.Get()