updated test scenario name

This commit is contained in:
Gani Georgiev 2023-04-10 22:58:07 +03:00
parent 3e5b021dd8
commit b537085bca
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ func TestRecordAuthOAuth2Redirect(t *testing.T) {
ExpectedContent: []string{`"data":{}`}, ExpectedContent: []string{`"data":{}`},
}, },
{ {
Name: "client without @oauth2 subscription", Name: "client with @oauth2 subscription",
Method: http.MethodGet, Method: http.MethodGet,
Url: "/api/oauth2-redirect?state=" + c3.Id(), Url: "/api/oauth2-redirect?state=" + c3.Id(),
BeforeTestFunc: func(t *testing.T, app *tests.TestApp, e *echo.Echo) { BeforeTestFunc: func(t *testing.T, app *tests.TestApp, e *echo.Echo) {