updated test scenario name
This commit is contained in:
parent
3e5b021dd8
commit
b537085bca
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue