diff --git a/tests/digitalocean/models/compute/server_tests.rb b/tests/digitalocean/models/compute/server_tests.rb index 0a37780f2..c374ab0f4 100644 --- a/tests/digitalocean/models/compute/server_tests.rb +++ b/tests/digitalocean/models/compute/server_tests.rb @@ -24,7 +24,7 @@ Shindo.tests("Fog::Compute[:digitalocean] | server model", ['digitalocean', 'com :name, :state, :backups_active, - :ip_address, + :public_ip_address, :flavor_id, :region_id, :image_id,