Skip to content

Commit 0d10c8b

Browse files
committed
fix url
1 parent 9df451f commit 0d10c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata/simpleDownloadDataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"files": [
3232
{
3333
"type": "url",
34-
"url": "https://github.com/oceanprotocol/ocean-node/blob/main/LICENSE",
34+
"url": "https://raw.githubusercontent.com/oceanprotocol/ocean-node/refs/heads/main/LICENSE",
3535
"method": "GET"
3636
}
3737
]

test/consumeFlow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe("Ocean CLI Publishing", function() {
196196
const downloadedFileHash = computeFileHash(downloadedFilePath);
197197
const originalFilePath = './metadata/LICENSE';
198198

199-
await downloadFile("https://github.com/oceanprotocol/ocean-node/blob/main/LICENSE", originalFilePath);
199+
await downloadFile("https://raw.githubusercontent.com/oceanprotocol/ocean-node/refs/heads/main/LICENSE", originalFilePath);
200200
const originalFileHash = computeFileHash(originalFilePath);
201201

202202
expect(downloadedFileHash).to.equal(originalFileHash);

0 commit comments

Comments
 (0)