Skip to content

Commit 1241938

Browse files
Tony133jmcdo29
authored andcommitted
chore: update unit test in http-sample
1 parent c21c960 commit 1241938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/http-sample/src/cats/cats.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('CatsService', () => {
136136
breed: 'Russian',
137137
};
138138

139-
const response: AxiosResponse<any, any> | any = {
139+
const response: AxiosResponse<any> | any = {
140140
data,
141141
headers: {},
142142
config: { url: 'http://localhost:3000/mockUrl' },

0 commit comments

Comments
 (0)