docs: update HTTP error test example again (#24701)
This has somehow regressed since angular/angular#22844 was merged. PR Close #24701
This commit is contained in:
parent
4e7a44c816
commit
1ae3f87383
|
@ -1034,7 +1034,7 @@ Call `request.flush()` with an error message, as seen in the following example.
|
|||
|
||||
<code-example
|
||||
path="http/src/testing/http-client.spec.ts"
|
||||
region="network-error"
|
||||
region="404"
|
||||
linenums="false">
|
||||
</code-example>
|
||||
|
||||
|
|
Loading…
Reference in New Issue