Skip to content

Commit d4ece98

Browse files
authoredMar 11, 2025··
fix: fix httperr snapshot (#6116)
* fix: fix httperr snapshot * Revert "fix: fix httperr snapshot" This reverts commit 2c94b07. * fix: fix one snapshot using .only
1 parent 29a91aa commit d4ece98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎packages/build/tests/monitor/snapshots/tests.js.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,11 @@ Generated by [AVA](https://avajs.dev).
808808
}␊
809809
810810
Error properties␊
811-
{ name: 'TextHTTPError', status: 401, data: '' }␊
811+
{␊
812+
name: 'JSONHTTPError',␊
813+
status: 401,␊
814+
json: { code: 401, message: 'Access Denied' }␊
815+
}␊
812816
813817
Resolved config␊
814818
build:␊
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.