Skip to content

Commit

Permalink
Fix dynamic discovery error in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 6, 2017
1 parent eb86cc5 commit f61ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ func isDynamicDiscoveryError(err error) bool {
return false
}
}
return false
return true
}

// hasRemainingContent checks if there is remaining content in the namespace via API discovery
Expand Down

0 comments on commit f61ac93

Please sign in to comment.