mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user