Skip to content

Commit 555b8e1

Browse files
committed
fix tests
1 parent 44c7334 commit 555b8e1

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
@@ -105,6 +105,6 @@ func (s *MPITestSuite) TestGrpc_Test4_UpdateNginxAgentConfigurationRequest() {
105105
responses := utils.ManagementPlaneResponses(s.T(), 1, utils.MockManagementPlaneAPIAddress)
106106

107107
s.Equal(mpi.CommandResponse_COMMAND_STATUS_OK, responses[0].GetCommandResponse().GetStatus())
108-
s.Equal("Successfully updated agent configuration", responses[0].GetCommandResponse().GetMessage())
108+
s.Equal("Successfully updated agent config", responses[0].GetCommandResponse().GetMessage())
109109
slog.Info("finished grpc update nginx agent configuration request test")
110110
}

0 commit comments

Comments
 (0)