File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2018, Oracle Corporation and/or its affiliates. All rights reserved.
1
+ // Copyright 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at
3
3
// http://oss.oracle.com/licenses/upl.
4
4
@@ -771,7 +771,7 @@ public static void verifyBeforeDeletion(Domain domain) throws Exception {
771
771
k8sTestUtils .verifyNoReplicaSets (domain1LabelSelector );
772
772
k8sTestUtils .verifyServices (domain1LabelSelector , 5 );
773
773
k8sTestUtils .verifyPvcs (domain1LabelSelector , 1 );
774
- k8sTestUtils .verifyConfigMaps (domain1LabelSelector , 1 );
774
+ k8sTestUtils .verifyConfigMaps (domain1LabelSelector , 2 );
775
775
k8sTestUtils .verifyNoServiceAccounts (domain1LabelSelector );
776
776
k8sTestUtils .verifyNoRoles (domain1LabelSelector );
777
777
k8sTestUtils .verifyNoRoleBindings (domain1LabelSelector );
You can’t perform that action at this time.
0 commit comments