Skip to content

Commit

Permalink
Hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
annawinkler committed May 13, 2022
1 parent e911628 commit ef5fda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func createOAuthToken(t *testing.T, client *Client, org *Organization) (*OAuthTo
func createOrganization(t *testing.T, client *Client) (*Organization, func()) {
ctx := context.Background()
org, err := client.Organizations.Create(ctx, OrganizationCreateOptions{
Name: String("org-" + randomString(t)),
Name: String("tst-" + randomString(t)),
Email: String(fmt.Sprintf("%s@tfe.local", randomString(t))),
})
if err != nil {
Expand Down

0 comments on commit ef5fda7

Please sign in to comment.