Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 18b45ed

Browse files
author
Jamie Hannaford
committed
use strings
1 parent 8803f83 commit 18b45ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/openstack/db/v1/flavor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func (c context) listFlavors() {
2525
}
2626

2727
func (c context) getFlavor() {
28-
flavor, err := flavors.Get(c.client, 1).Extract()
28+
flavor, err := flavors.Get(c.client, "1").Extract()
2929
c.Logf("Getting flavor %s", flavor.ID)
3030
c.AssertNoErr(err)
3131
}

0 commit comments

Comments
 (0)