Skip to content

Commit

Permalink
Remove unrelated spec
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Schoner <[email protected]>
  • Loading branch information
dhruv-stripe and jeffschoner authored Dec 19, 2023
1 parent 18d2ce2 commit 4372862
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@

expect(subject.to_payload(input)).to be nil
end

# DO NOT MERGE THIS UPSTREAM TO COINBASE
it 'exemptions' do
data = '{"name":"foo"}'
Temporal::Connection::Converter::Payload::ProtoJSON::SPECIAL_STRIPE_WORKFLOW_PAYLOAD_TYPES.each do |message_type|
fake_payload = Struct.new(:metadata, :data).new({ 'messageType' => message_type }, data)
data_out = subject.from_payload(fake_payload)
expect(data_out).to eq({ 'name' => 'foo' })
end
end
end

0 comments on commit 4372862

Please sign in to comment.