Revert "cli test"

This reverts commit b59eb6878d.
This commit is contained in:
0xmuralik 2023-03-09 10:34:31 +05:30
parent b59eb6878d
commit 30cbba44e7

View File

@ -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)
}
})