Skip to content

Commit 4cc663e

Browse files
committed
update test
1 parent 01a769b commit 4cc663e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ibmvpc/explainability_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ func TestMultiExplainabilityOutput(t *testing.T) {
883883
require.Contains(t, outputString, "No connections from Public Internet (all ranges) to ky-vpc2-vsi[10.240.64.5];\n"+
884884
"\tThere is no resource enabling inbound external connectivity", "no connection external src entry")
885885
require.Contains(t, outputString, "No connections from ky-vpc2-vsi[10.240.64.5] to Public Internet (all ranges);\n"+
886-
"\tThe dst is external but there is no Floating IP or Public Gateway connecting to public internet", "no connection external dst entry")
886+
"\tThe dst is external but there is no resource enabling external connectivity", "no connection external dst entry")
887887
require.Contains(t, outputString, "ky-vpc1-vsi[10.240.0.5] -> security group ky-vpc1-sg -> ky-vpc1-net1 -> network ACL ky-vpc1-acl1 ->",
888888
"connection vsi to vsi")
889889
require.Contains(t, outputString, "ky-vpc1 -> TGW local-tg-ky -> ky-vpc2 ->", "connection vsi to vsi")

0 commit comments

Comments
 (0)