From 8813f0de691e8db18be52d7d0b4ad3413626e807 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 16 Jun 2023 22:10:36 -0400 Subject: [PATCH] application_cannot_be_found --- oauth_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth_test.go b/oauth_test.go index 66f7059b..d61784f0 100644 --- a/oauth_test.go +++ b/oauth_test.go @@ -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", "")