remove unused empty line changes

This commit is contained in:
manoj
2022-12-18 11:46:48 +05:30
parent fb74bce9c3
commit fe862a50e5
6 changed files with 2 additions and 21 deletions

View File

@@ -41,7 +41,6 @@ func updateAllUsersTest(t *testing.T, s TestSetup) {
Offset: 0,
})
assert.NoError(t, err)
for _, u := range listUsers.Users {
assert.True(t, refs.BoolValue(u.IsMultiFactorAuthEnabled))
}

View File

@@ -24,7 +24,6 @@ func webhookLogsTest(t *testing.T, s TestSetup) {
req.Header.Set("Cookie", fmt.Sprintf("%s=%s", constants.AdminCookieName, h))
webhookLogs, err := resolvers.WebhookLogsResolver(ctx, nil)
assert.NoError(t, err)
assert.Greater(t, len(webhookLogs.WebhookLogs), 1)