Skip to content

Commit 991f8af

Browse files
committed
fix test
1 parent d8540a1 commit 991f8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ func TestGrpc_DataplaneHealthRequest(t *testing.T) {
421421
responses = getManagementPlaneResponses(t, 2)
422422

423423
assert.Equal(t, mpi.CommandResponse_COMMAND_STATUS_OK, responses[1].GetCommandResponse().GetStatus())
424-
assert.Equal(t, "Successfully sent the health status update", responses[1].GetCommandResponse().GetMessage())
424+
assert.Equal(t, "Successfully sent health status update", responses[1].GetCommandResponse().GetMessage())
425425
}
426426

427427
func TestGrpc_ConfigApply_Chunking(t *testing.T) {

0 commit comments

Comments
 (0)