Skip to content

Commit

Permalink
fix rest api tests to expect new token
Browse files Browse the repository at this point in the history
  • Loading branch information
Bee-lee committed Sep 23, 2022
1 parent 753d896 commit 90d5c88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/rest/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ func setAuthHeaderForOrganization(f *frisby.Frisby, orgID int) {
plainHeader := fmt.Sprintf(`
{
"identity": {
"internal": {
"org_id": "%d"
},
"org_id": "%d",
"account_number":"%v",
"user": {
"user_id":"%v"
Expand Down

0 comments on commit 90d5c88

Please sign in to comment.