Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
  • Loading branch information
jakubdyszkiewicz committed Jun 24, 2021
1 parent d561f21 commit 9cd7c00
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 9cd7c00

Please sign in to comment.