Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Oct 31, 2024
1 parent 58b8f20 commit 30a8680
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/test-uis.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@
"Message": "IC0406: Caller 2vxsx-fae is not allowed to query ic00 method fetch_canister_logs"
""".strip(),
"/index.js",
),
(
"""
AgentError: Call failed:
Canister: aaaaa-aa
Method: fetch_canister_logs (query)
"Status": "rejected"
"Code": "CanisterReject"
"Message": "IC0406: Caller 2vxsx-fae is not allowed to query ic00 method fetch_canister_logs"
at http://127.0.0.1:4943/index.js:2:55325
at async getCanisterLogs (http://127.0.0.1:4943/index.js:2:305332)
""".strip(),
"/index.js",
)
]
_CANDID_UI_ERRORS_TO_IGNORE = [
Expand Down

0 comments on commit 30a8680

Please sign in to comment.