Fix dynamic discovery error in e2e

This commit is contained in:
Jordan Liggitt
2017-09-05 23:01:54 -04:00
parent eb86cc5e87
commit f61ac93a0d

View File

@@ -1151,7 +1151,7 @@ func isDynamicDiscoveryError(err error) bool {
return false return false
} }
} }
return false return true
} }
// hasRemainingContent checks if there is remaining content in the namespace via API discovery // hasRemainingContent checks if there is remaining content in the namespace via API discovery