Skip to content

Commit bb8cc1e

Browse files
committed
clean up
1 parent 2837017 commit bb8cc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/nginx/nginx_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ func TestNginxPlugin_Failed_ConfigApply(t *testing.T) {
10011001
if tt.rollbackError == nil && tt.rollbackWriteError == nil {
10021002
assert.Len(t, messages, 3)
10031003
assert.Equal(t, bus.EnableWatchersTopic, messages[1].Topic)
1004-
1004+
10051005
dataPlaneResponse, ok = messages[2].Data.(*mpi.DataPlaneResponse)
10061006
assert.True(t, ok)
10071007
assert.Equal(

0 commit comments

Comments
 (0)