-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1a97cf
commit a65f0ae
Showing
9 changed files
with
14 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
DEBUG: Old Web3 Storage API key is already deleted. | ||
WARNING: You are already logged in! |
1 change: 0 additions & 1 deletion
1
tests/tasks/TestIpfsLogin.test_ipfs_login_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
DEBUG: Old Web3 Storage API key is already deleted. | ||
Logout successful |
7 changes: 2 additions & 5 deletions
7
tests/tasks/TestIpfsUpload.test_ipfs_upload_http_error.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
DEBUG: Old Web3 Storage API key is already deleted. | ||
|
||
|
||
|
||
⠋ Uploading | ||
DEBUG: Timeout set to 10 seconds based on 1 chunks. | ||
DEBUG: HTTP Request: POST https://api.pinata.cloud/pinning/pinFileToIPFS "HTTP/1.1 500 Internal Server Error" | ||
⠋ UploadingDEBUG: HTTP Request: POST https://api.pinata.cloud/pinning/pinFileToIPFS "HTTP/1.1 500 Internal Server Error" | ||
|
||
|
||
DEBUG: Pinata error: 500. {"ok": false, "cid": "test"} | ||
Error: PinataInternalServerError('Pinata error: 500') |
8 changes: 2 additions & 6 deletions
8
tests/tasks/TestIpfsUpload.test_ipfs_upload_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
DEBUG: Old Web3 Storage API key is already deleted. | ||
|
||
|
||
|
||
⠋ Uploading | ||
DEBUG: Timeout set to 10 seconds based on 1 chunks. | ||
DEBUG: HTTP Request: POST https://api.pinata.cloud/pinning/pinFileToIPFS "HTTP/1.1 200 OK" | ||
⠋ UploadingDEBUG: HTTP Request: POST https://api.pinata.cloud/pinning/pinFileToIPFS "HTTP/1.1 200 OK" | ||
|
||
|
||
✅ Uploading | ||
|
||
File uploaded successfully! | ||
CID: test |
1 change: 0 additions & 1 deletion
1
tests/tasks/test_mint.test_mint_token_pinata_error.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
Enter the mnemonic phrase (25 words separated by whitespace): | ||
Uploading image to pinata... | ||
DEBUG: Timeout set to 10 seconds based on 1 chunks. | ||
DEBUG: HTTP Request: POST https://api.pinata.cloud/pinning/pinFileToIPFS "HTTP/1.1 403 Forbidden" | ||
DEBUG: Pinata error: 403. {"ok": false} | ||
Error: PinataForbiddenError('Pinata error: 403') |