Skip to content

Commit

Permalink
test: set default debug image on config_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilock committed Feb 19, 2025
1 parent 4d8adf4 commit ef3cfd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ forbidden-annotations-prefixes:
WebSocketWriteWait: time.Second,
NewInstanceReplicas: 1,
ForbiddenAnnotationsPrefixes: []string{"rpaas.extensions.tsuru.io", "afh.tsuru.io"},
DebugImage: "tsuru/netshoot",
}
if tt.expected != nil {
expected = tt.expected(expected)
Expand Down

0 comments on commit ef3cfd5

Please sign in to comment.