fix(): use publich ip addresses
This commit is contained in:
@@ -18,7 +18,7 @@ func TestGetAllIps(t *testing.T) {
|
||||
Name: "Test2",
|
||||
})
|
||||
|
||||
expectedError := "Instance Test has no attached IP"
|
||||
expectedError := "instance Test has no public Addresses"
|
||||
_, err := GetAllIps(servers)
|
||||
if err == nil {
|
||||
t.Error("GetAllIps did not error with missing data")
|
||||
|
Reference in New Issue
Block a user