Skip to content

Commit ad3b90b

Browse files
Update axios-cache-interceptor.test.js
1 parent 141e39d commit ad3b90b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/__tests__/integration/axios-cache-interceptor.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ describe('test Axios cache with two requests', () => {
2424
const cache_interceptor = setupCache(axios)
2525

2626
// we make two sequential requests to the same api endpoint
27-
const req1 = cache_interceptor.get('https://api.publicapis.org/entries')
28-
const req2 = cache_interceptor.get('https://api.publicapis.org/entries/')
27+
const req1 = cache_interceptor.get('https://github.com/OpenSourceFellows/amplify')
28+
const req2 = cache_interceptor.get('https://github.com/OpenSourceFellows/amplify/')
2929
const res1 = await req1
3030
const res2 = await req2
3131

0 commit comments

Comments
 (0)