From a02204315c663fd282ef80986f96e840b93f73fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 4 Mar 2024 14:59:23 +0100 Subject: [PATCH] fixed testing URL issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- x/machine/keeper/register_nft_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/machine/keeper/register_nft_test.go b/x/machine/keeper/register_nft_test.go index c91e795..78feab8 100644 --- a/x/machine/keeper/register_nft_test.go +++ b/x/machine/keeper/register_nft_test.go @@ -11,7 +11,7 @@ import ( func TestRegisterNFT(t *testing.T) { _, ctx := keepertest.MachineKeeper(t) - url := "https://testnet-assets.rddl.io" + url := "https://testnet-assets.rddl.io/register_asset" contract := `{"entity":{"domain":"testnet-assets.rddl.io"},"issuer_pubkey":"020000000000000000000000000000000000000000000000000000000000000000","machine_addr":"plmnt10mq5nj8jhh27z7ejnz2ql3nh0qhzjnfvy50877","name":"machine","precision":0,"version":0}` asset := "0000000000000000000000000000000000000000000000001000000000000000" goctx := sdk.WrapSDKContext(ctx)