Skip to content

Commit 654f67c

Browse files
committed
fix test
1 parent bb4a3f4 commit 654f67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/managementplane/grpc_management_plane_api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ func TestGrpc_DataplaneHealthRequest(t *testing.T) {
9494
responses = utils.ManagementPlaneResponses(t, 2)
9595

9696
assert.Equal(t, mpi.CommandResponse_COMMAND_STATUS_OK, responses[1].GetCommandResponse().GetStatus())
97-
assert.Equal(t, "Successfully sent the health status update", responses[1].GetCommandResponse().GetMessage())
97+
assert.Equal(t, "Successfully sent health status update", responses[1].GetCommandResponse().GetMessage())
9898
}

0 commit comments

Comments
 (0)