chore(iam-staging): bug bash on Cloud Auth staging #8136
Annotations
6 errors and 1 warning
packages/siwx/tests/configs/CloudAuthSIWX.test.ts#L74
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
Array [
- "https://api.web3modal.org/auth/v1/nonce?projectId=&st=appkit&sv=html-wagmi-undefined",
+ "https://api-web3modal-staging.walletconnect-v1-bridge.workers.dev/auth/v1/nonce?projectId=f5b3ae2fcb87d796d3e565dba18047e2&st=appkit&sv=html-wagmi-undefined",
Object {
"body": undefined,
"headers": undefined,
"method": "GET",
},
]
Number of calls: 1
❯ tests/configs/CloudAuthSIWX.test.ts:74:24
|
packages/siwx/tests/configs/CloudAuthSIWX.test.ts#L135
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
Array [
- "https://api.web3modal.org/auth/v1/authenticate?projectId=&st=appkit&sv=html-wagmi-undefined",
+ "https://api-web3modal-staging.walletconnect-v1-bridge.workers.dev/auth/v1/authenticate?projectId=f5b3ae2fcb87d796d3e565dba18047e2&st=appkit&sv=html-wagmi-undefined",
Object {
"body": "{\"message\":\"Hello AppKit!\",\"signature\":\"0x3c70e0a2d87f677dc0c3faf98fdf6313e99a3d9191bb79f7ecfce0c2cf46b7b33fd4c4bb83bca82fe872e35963382027d0d18018342d7dc36a675918cb73e9061c\",\"clientId\":null}",
"headers": Object {
"Authorization": "***",
},
"method": "POST",
},
]
Number of calls: 1
❯ tests/configs/CloudAuthSIWX.test.ts:135:24
|
packages/siwx/tests/configs/CloudAuthSIWX.test.ts#L160
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
Array [
- "https://api.web3modal.org/auth/v1/authenticate?projectId=&st=appkit&sv=html-wagmi-undefined",
+ "https://api-web3modal-staging.walletconnect-v1-bridge.workers.dev/auth/v1/authenticate?projectId=f5b3ae2fcb87d796d3e565dba18047e2&st=appkit&sv=html-wagmi-undefined",
Object {
"body": "{\"message\":\"Hello AppKit!\",\"signature\":\"0x3c70e0a2d87f677dc0c3faf98fdf6313e99a3d9191bb79f7ecfce0c2cf46b7b33fd4c4bb83bca82fe872e35963382027d0d18018342d7dc36a675918cb73e9061c\",\"clientId\":\"mock_client_id\"}",
"headers": Object {
"Authorization": "***",
},
"method": "POST",
},
]
Number of calls: 1
❯ tests/configs/CloudAuthSIWX.test.ts:160:24
|
packages/siwx/tests/configs/CloudAuthSIWX.test.ts#L186
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
Array [
- "https://api.web3modal.org/auth/v1/authenticate?projectId=&st=appkit&sv=html-wagmi-undefined",
+ "https://api-web3modal-staging.walletconnect-v1-bridge.workers.dev/auth/v1/authenticate?projectId=f5b3ae2fcb87d796d3e565dba18047e2&st=appkit&sv=html-wagmi-undefined",
Object {
"body": "{\"message\":\"Hello AppKit!\",\"signature\":\"0x3c70e0a2d87f677dc0c3faf98fdf6313e99a3d9191bb79f7ecfce0c2cf46b7b33fd4c4bb83bca82fe872e35963382027d0d18018342d7dc36a675918cb73e9061c\",\"walletInfo\":{\"name\":\"mock_wallet_name\",\"icon\":\"mock_wallet_icon\"}}",
"headers": Object {
"Authorization": "***",
},
"method": "POST",
},
]
Number of calls: 1
❯ tests/configs/CloudAuthSIWX.test.ts:186:24
|
packages/siwx/tests/configs/CloudAuthSIWX.test.ts#L230
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
Array [
- "https://api.web3modal.org/auth/v1/me?projectId=&st=appkit&sv=html-wagmi-undefined",
+ "https://api-web3modal-staging.walletconnect-v1-bridge.workers.dev/auth/v1/me?projectId=f5b3ae2fcb87d796d3e565dba18047e2&st=appkit&sv=html-wagmi-undefined",
Object {
"body": undefined,
"headers": Object {
"Authorization": "***",
},
"method": "GET",
},
]
Number of calls: 1
❯ tests/configs/CloudAuthSIWX.test.ts:230:24
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
This job failed
Loading