Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create test organizatio only if pedant needs it
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune <[email protected]>
Salim Afiune committed Apr 20, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent d887a53 commit 8170db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oc-chef-pedant/spec/api/account/account_acl_spec.rb
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@ def rand_id

before(:all) do
@test_orgname2 = "test-org-#{rand_id}"
platform.create_org(@test_orgname2)
platform.create_org(@test_orgname2) if Pedant.config[:org][:create_me]
end

after(:all) do
platform.delete_org(@test_orgname2)
platform.delete_org(@test_orgname2) if Pedant.config[:org][:create_me]
end

# (temporarily?) deprecating /users/*/_acl endpoint due to its broken state and lack of usefulness

0 comments on commit 8170db3

Please sign in to comment.