Skip to content

Commit 2dd190f

Browse files
committed
Fix test failures for v9.0
Address test failures for v9.0 test executions Signed-off-by: Kobi Samoray <[email protected]>
1 parent 549e7a5 commit 2dd190f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Mozilla Public License
22
Version 2.0
33

4+
45
1. Definitions
56

67
1.1. "Contributor"

nsxt/resource_nsxt_policy_project_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func TestAccResourceNsxtPolicyProject_900defaultSecurityProfile(t *testing.T) {
319319
// Create: Set T0, Ext GW connection, Ext IPv4 Block, activate default DFW
320320
Config: testAccNsxtPolicyProjectMinimalistic(),
321321
Check: resource.ComposeTestCheckFunc(
322-
testAccNsxtPolicyProjectGetSecurityProfileNSEnabled(testResourceName, false),
322+
testAccNsxtPolicyProjectGetSecurityProfileNSEnabled(testResourceName, true),
323323
),
324324
},
325325
{

0 commit comments

Comments
 (0)