Skip to content

Commit 2cdd8d0

Browse files
committed
test
1 parent d13a27c commit 2cdd8d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/watcher/watcher_plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ func (w *Watcher) monitorWatchers(ctx context.Context) {
278278
NginxConfigUpdateTopic, Data: message.NginxConfigContext},
279279
)
280280
} else {
281-
slog.DebugContext(
281+
slog.InfoContext(
282282
newCtx,
283-
"Not sending updated NGINX config context since config apply is in progress",
283+
"-------------- Not sending updated NGINX config context since config apply is in progress",
284284
"nginx_config_context", message.NginxConfigContext,
285285
)
286286
}

test/integration/grpc_management_plane_api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func TestGrpc_ConfigApply(t *testing.T) {
308308
responses = getManagementPlaneResponses(t, 1)
309309
t.Logf("Config apply responses: %v", responses)
310310

311-
assert.Equal(t, mpi.CommandResponse_COMMAND_STATUS_OK, responses[0].GetCommandResponse().GetStatus())
311+
assert.Equal(t, mpi.CommandResponse_COMMAND_STATUS_FAILURE, responses[0].GetCommandResponse().GetStatus())
312312
assert.Equal(t, "Config apply successful", responses[0].GetCommandResponse().GetMessage())
313313
})
314314

0 commit comments

Comments
 (0)