Skip to content

Commit

Permalink
Merge pull request #2915 from input-output-hk/piotr/adp-1145/make-tes…
Browse files Browse the repository at this point in the history
…t-pending

Make test pending due to ADP-1145
  • Loading branch information
piotr-iohk committed Sep 22, 2021
2 parents f2c2407 + a392c0b commit a6977d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/spec/misc_spec.rb
Expand Up @@ -252,6 +252,7 @@

describe CardanoWallet::Misc::Proxy do
it "Malformed payload when tx is not binary" do
pending "ADP-1145 - DecoderErrorDeserialiseFailure error message from the API /proxy/transactions"
no_binary_blob = "test"
res = CardanoWallet.new.misc.proxy.submit_external_transaction(no_binary_blob)
expect(res).to be_correct_and_respond 400
Expand Down

0 comments on commit a6977d2

Please sign in to comment.