Skip to content

Commit

Permalink
Account for user role assignment in org users command integration tests
Browse files Browse the repository at this point in the history
On org creation, user roles are now assigned to the user creating the
org as part of the org creation CAPI endpoint. We're fixing these
integration tests to account for that change.

[#175042021]

Co-authored-by: Sarah Weinstein <sweinstein@pivotal.io>
Co-authored-by: Teal Stannard <tstannard@pivotal.io>
  • Loading branch information
sweinstein22 and Teal Stannard committed Dec 1, 2020
1 parent bb6076f commit ff926a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/v7/isolated/org_users_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ var _ = Describe("org-users command", func() {
Eventually(session).Should(Say("ORG MANAGER"))
Eventually(session).Should(Say(`\s+%s \(client\)`, clientID))
Eventually(session).Should(Say("BILLING MANAGER"))
Eventually(session).Should(Say(`\s+No BILLING MANAGER found`))
Eventually(session).Should(Say("ORG AUDITOR"))
Eventually(session).Should(Say(`\s+No ORG AUDITOR found`))
Eventually(session).Should(Exit(0))
})
})
Expand Down

0 comments on commit ff926a5

Please sign in to comment.