From fd3d9ee6108c42a38c6be94e90f7f4b7fcf20ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 9 Jul 2024 10:26:30 +0100 Subject: [PATCH] fix: frisbee peer id in ipni-client tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- test/ipni-client.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ipni-client.test.js b/test/ipni-client.test.js index b4ceca6..73afe75 100644 --- a/test/ipni-client.test.js +++ b/test/ipni-client.test.js @@ -3,7 +3,7 @@ import { assertEquals } from 'zinnia:assert' import { queryTheIndex } from '../lib/ipni-client.js' const KNOWN_CID = 'bafkreih25dih6ug3xtj73vswccw423b56ilrwmnos4cbwhrceudopdp5sq' -const FRISBEE_PEER_ID = '12D3KooWN3zbfCjLrjBB7uxYThRTCFM9nxinjb5j9fYFZ6P5RUfP' +const FRISBEE_PEER_ID = '12D3KooWC8gXxg9LoJ9h3hy3jzBkEAxamyHEQJKtRmAuBuvoMzpr' test('query advertised CID', async () => { const result = await queryTheIndex(KNOWN_CID, FRISBEE_PEER_ID)