Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed May 23, 2023
1 parent 724f43e commit 9551344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zia/data_source_zia_firewall_filtering_rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func TestAccDataSourceFirewallFilteringRule_Basic(t *testing.T) {
resource.TestCheckResourceAttr(dataSourceTypeAndName, "departments.#", "2"),
resource.TestCheckResourceAttr(dataSourceTypeAndName, "groups.#", "2"),
resource.TestCheckResourceAttr(dataSourceTypeAndName, "time_windows.#", "2"),
// resource.TestCheckResourceAttr(dataSourceTypeAndName, "src_ip_groups.#", "2"),
// resource.TestCheckResourceAttr(dataSourceTypeAndName, "dest_ip_groups.#", "2"),
resource.TestCheckResourceAttr(dataSourceTypeAndName, "src_ip_groups.#", "2"),
resource.TestCheckResourceAttr(dataSourceTypeAndName, "dest_ip_groups.#", "2"),
),
},
},
Expand Down

0 comments on commit 9551344

Please sign in to comment.