Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdyszkiewicz committed Jun 24, 2021
1 parent 6eb9f8a commit fbcbb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/universal_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (c *UniversalCluster) DeployApp(fs ...DeployOptionsFunc) error {
return err
}

builtindns := opts.builtindns != nil || *opts.builtindns
builtindns := opts.builtindns == nil || *opts.builtindns
if transparent {
app.setupTransparent(c.apps[AppModeCP].ip, builtindns)
}
Expand Down

0 comments on commit fbcbb91

Please sign in to comment.