provider/openstack: gophercloud migration: metadata update
This commit is contained in:
parent
8371d20cf0
commit
27b86ac220
|
@ -1120,7 +1120,7 @@ func testAccCheckComputeV2InstanceMetadata(
|
|||
continue
|
||||
}
|
||||
|
||||
if v == value.(string) {
|
||||
if v == value {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue