Skip to content

Commit

Permalink
application_cannot_be_found
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Jun 17, 2023
1 parent 8e72785 commit 8813f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestAppGetAccessTokenError(t *testing.T) {
defer teardown()

// app.Client isn't specified so NewClient called
expectedError := errors.New("invalid_request")
expectedError := errors.New("application_cannot_be_found")

token, err := app.GetAccessToken("fooshop", "")

Expand Down

0 comments on commit 8813f0d

Please sign in to comment.