fix(): use publich ip addresses
All checks were successful
PR Build / Test (pull_request) Successful in 2m22s
PR Build / Build_Image (pull_request) Successful in 2m22s

This commit is contained in:
2025-10-06 11:16:00 +02:00
parent 25d9c004b0
commit d22a53fbb7
4 changed files with 15 additions and 18 deletions

View File

@@ -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")