We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2837017 commit bb8cc1eCopy full SHA for bb8cc1e
internal/nginx/nginx_plugin_test.go
@@ -1001,7 +1001,7 @@ func TestNginxPlugin_Failed_ConfigApply(t *testing.T) {
1001
if tt.rollbackError == nil && tt.rollbackWriteError == nil {
1002
assert.Len(t, messages, 3)
1003
assert.Equal(t, bus.EnableWatchersTopic, messages[1].Topic)
1004
-
+
1005
dataPlaneResponse, ok = messages[2].Data.(*mpi.DataPlaneResponse)
1006
assert.True(t, ok)
1007
assert.Equal(
0 commit comments