Skip to content

Commit 12f9b93

Browse files
committed
updating acceptance test to use a real project
1 parent 5149e9d commit 12f9b93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

acceptance/openstack/compute/v2/flavors_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ func TestFlavorAccessCRUD(t *testing.T) {
152152
for _, access := range accessList {
153153
tools.PrintResource(t, access)
154154
}
155+
155156
removeAccessOpts := flavors.RemoveAccessOpts{
156-
Tenant: "123456",
157+
Tenant: project.ID,
157158
}
158159

159160
accessList, err = flavors.RemoveAccess(client, flavor.ID, removeAccessOpts).Extract()

0 commit comments

Comments
 (0)