Skip to content

Commit 44b893f

Browse files
committed
Fix test
1 parent 0663194 commit 44b893f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/api_oauth2_apps_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func testAPIDeleteOAuth2Application(t *testing.T) {
9393

9494
models.AssertNotExistsBean(t, &models.OAuth2Application{UID: oldApp.UID, Name: oldApp.Name})
9595

96+
req = NewRequest(t, "DELETE", urlStr)
9697
// Delete again will return not found
9798
session.MakeRequest(t, req, http.StatusNotFound)
9899
}

0 commit comments

Comments
 (0)