provider/openstack: gophercloud migration: metadata update

This commit is contained in:
Joe Topjian 2016-09-18 17:08:35 +00:00
parent 8371d20cf0
commit 27b86ac220
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ func testAccCheckComputeV2InstanceMetadata(
continue
}
if v == value.(string) {
if v == value {
return nil
}