Hello,
I'm trying to test an API call however I can't seem to figure out what is going wrong.
I keep getting errors like:
DashboardComponent > should create
Error: Expected one matching request for criteria "Match URL: https://localhost:5000/api/Release/client-counts", found none.
at HttpClientTestingBackend.expectOne (http://localhost:9876/_karma_webpack_/webpack:/node_modules/@angular/common/fesm2022/http/testing.mjs:274:19)
at mockInitialRequests (http://localhost:9876/_karma_webpack_/webpack:/src/app/components/dashboard/dashboard.component.spec.ts:109:14)
at UserContext.apply (http://localhost:9876/_karma_webpack_/webpack:/src/app/components/dashboard/dashboard.component.spec.ts:114:5)
at _ZoneDelegate.invoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone.js:369:28)
at ProxyZoneSpec.onInvoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone-testing.js:2082:39)
at _ZoneDelegate.invoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone.js:368:34)
at ZoneImpl.run (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone.js:111:43)
at runInTestZone (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone-testing.js:216:38)
at UserContext.<anonymous> (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone-testing.js:234:32)
at <Jasmine>```
and
```c#
DashboardComponent > should create
Error: Expected one matching request for criteria "Match by function: ", found none.
at HttpClientTestingBackend.expectOne (http://localhost:9876/_karma_webpack_/webpack:/node_modules/@angular/common/fesm2022/http/testing.mjs:274:19)
at mockInitialRequests (http://localhost:9876/_karma_webpack_/webpack:/src/app/components/dashboard/dashboard.component.spec.ts:106:30)
at UserContext.apply (http://localhost:9876/_karma_webpack_/webpack:/src/app/components/dashboard/dashboard.component.spec.ts:114:5)
at _ZoneDelegate.invoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone.js:369:28)
at ProxyZoneSpec.onInvoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone-testing.js:2082:39)
at _ZoneDelegate.invoke (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone.js:368:34)
at ZoneImpl.run (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone.js:111:43)
at runInTestZone (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone-testing.js:216:38)
at UserContext.<anonymous> (http://localhost:9876/_karma_webpack_/webpack:/node_modules/zone.js/fesm2015/zone-testing.js:234:32)
at <Jasmine>```