Skip to content

Commit 77fb819

Browse files
committed
Revert test change
1 parent a665809 commit 77fb819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

QualityControl/test/setup/testSetupForBkp.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ export const initializeNockForBkp = () => {
161161
},
162162
})
163163
.get(`/api/runs/500001${TOKEN_PATH}`)
164+
.reply(200, {
165+
data: {
166+
timeO2End: null,
167+
},
168+
})
169+
.get(`/api/runs/500001${TOKEN_PATH}`)
164170
.reply(200, {
165171
data: {
166172
timeO2End: '2023-12-01T10:30:00Z',

0 commit comments

Comments
 (0)