[TOO-429] Improving docs gen provider id matching and updating engine api accesses for metadaqa #1651
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/external-url-check.test.ts > external URLs are reachable:
tests/external-url-check.test.ts#L197
AssertionError: expected [ { …(4) } ] to deeply equal []
- Expected
+ Received
- []
+ [
+ {
+ "error": undefined,
+ "files": [
+ "app/en/guides/create-tools/error-handling/useful-tool-errors/page.mdx",
+ ],
+ "status": 404,
+ "url": "https://github.com/ArcadeAI/arcade-ai/blob/main/libs/arcade-tdk/arcade_tdk/error_adapters/__init__.py",
+ },
+ ]
❯ tests/external-url-check.test.ts:197:22
|