You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExpectQuery(regexp.QuoteMeta("SELECT * FROM `github_credentials` WHERE user_id = ? AND name = ? AND `github_credentials`.`deleted_at` IS NULL ORDER BY `github_credentials`.`id` LIMIT ?")).
s.Fixtures.SQLMock.ExpectQuery(regexp.QuoteMeta("SELECT * FROM `github_endpoints` WHERE `github_endpoints`.`name` = ? AND `github_endpoints`.`deleted_at` IS NULL")).
227
-
WithArgs(s.testCreds.Endpoint.Name).
228
-
WillReturnRows(sqlmock.NewRows([]string{"name"}).
229
-
AddRow(s.testCreds.Endpoint.Name))
230
222
s.Fixtures.SQLMock.
231
223
ExpectExec(regexp.QuoteMeta("INSERT INTO `enterprises`")).
0 commit comments