diff --git a/openapi/oauth/oauth_test.go b/openapi/oauth/oauth_test.go index c535c8af..5e1b4e6a 100644 --- a/openapi/oauth/oauth_test.go +++ b/openapi/oauth/oauth_test.go @@ -551,7 +551,7 @@ func cleanupTestData(t *testing.T, service *Service) { // Clean up any remaining test data by patterns _, err := m.DestroyWhere(model.QueryParam{ Wheres: []model.QueryWhere{ - {Column: "subject", OP: "like", Value: "user-%"}, + {Column: "user_id", OP: "like", Value: "user-%"}, }, }) if err != nil {