Skip to content

Commit d179c67

Browse files
#RI-4650 - fix IT
1 parent a0b435e commit d179c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/api/test/api/bulk-actions/POST-databases-id-bulk_actions-import.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('POST /databases/:id/bulk-actions/import', () => {
148148
\n
149149
SET key0 value0
150150
\n
151-
' '\n
151+
\n
152152
SET key1 value1
153153
\n
154154
\n
@@ -159,7 +159,7 @@ describe('POST /databases/:id/bulk-actions/import', () => {
159159
id: 'empty',
160160
databaseId: constants.TEST_INSTANCE_ID,
161161
type: 'upload',
162-
summary: { processed: 2, succeed: 2, failed: 2, errors: [] },
162+
summary: { processed: 2, succeed: 2, failed: 0, errors: [] },
163163
progress: null,
164164
filter: null,
165165
status: 'completed',

0 commit comments

Comments
 (0)