From 30cbba44e7e3527a7cfe27408a5af51b8b774d02 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Thu, 9 Mar 2023 10:34:31 +0530 Subject: [PATCH] Revert "cli test" This reverts commit b59eb6878d752718a493036417c624828b456f39. --- x/registry/client/testutil/tx.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x/registry/client/testutil/tx.go b/x/registry/client/testutil/tx.go index ef02949a..996d74ab 100644 --- a/x/registry/client/testutil/tx.go +++ b/x/registry/client/testutil/tx.go @@ -198,7 +198,7 @@ func (s *IntegrationTestSuite) TestGetCmdSetRecord() { bondID := GetBondID(s) dir, err := os.Getwd() sr.NoError(err) - payloadPath := dir + "/../../helpers/examples/website_registration_example.yml" + payloadPath := dir + "/../../helpers/examples/service_provider_example.yml" tc.args = append([]string{payloadPath, bondID}, tc.args...) } @@ -213,7 +213,6 @@ func (s *IntegrationTestSuite) TestGetCmdSetRecord() { var d sdk.TxResponse err = val.ClientCtx.Codec.UnmarshalJSON(out.Bytes(), &d) sr.NoError(err) - fmt.Println("TX Resp=====", d) sr.Zero(d.Code) } })