Skip to content

Commit 040a495

Browse files
committed
feat(27254): remove unneeed api response
1 parent ab615e7 commit 040a495

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/remote-feature-flag-controller/src/remote-feature-flag-controller.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,10 @@ describe('RemoteFeatureFlagController', () => {
185185
const fetchSpy = jest
186186
.fn()
187187
.mockResolvedValueOnce({
188-
error: false,
189-
message: 'Success',
190-
statusCode: '200',
191-
statusText: 'OK',
192188
remoteFeatureFlags: MOCK_FLAGS,
193189
cacheTimestamp: Date.now(),
194190
})
195191
.mockResolvedValueOnce({
196-
error: false,
197-
message: 'Success',
198-
statusCode: '200',
199-
statusText: 'OK',
200192
remoteFeatureFlags: MOCK_FLAGS_TWO,
201193
cacheTimestamp: Date.now(),
202194
});

0 commit comments

Comments
 (0)