feat: remaining record content types to support #79

Closed
0xmuralik wants to merge 35 commits from murali/record-attributes into main
Showing only changes of commit 30cbba44e7 - Show all commits

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