Skip to content

Commit

Permalink
updated check for tag (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: harshthakkar_crest <[email protected]>
  • Loading branch information
RutvikS-crest and harshthakkar_crest authored Dec 21, 2021
1 parent ff2a1c0 commit d8d6cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testacc/resource_aci_l3extlifp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestAccAciLogicalInterfaceProfile_Basic(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "name", rName),
resource.TestCheckResourceAttr(resourceName, "name_alias", ""),
resource.TestCheckResourceAttr(resourceName, "prio", "unspecified"),
resource.TestCheckResourceAttr(resourceName, "tag", "yellow-green"),
resource.TestCheckResourceAttrSet(resourceName, "tag"),
resource.TestCheckResourceAttr(resourceName, "relation_l3ext_rs_l_if_p_to_netflow_monitor_pol.#", "0"),
),
},
Expand Down

0 comments on commit d8d6cf1

Please sign in to comment.