Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kraju3 committed Jul 24, 2024
1 parent d3ce3a3 commit 23f416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/nylas/resources/messages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
query_params = { fields: "include_headers" }
path = "#{api_uri}/v3/grants/#{identifier}/messages/#{message_id}"
allow(messages).to receive(:get)
.with(path: path, message_id: message_id, query_params: query_params)
.with(path: path, query_params: query_params)
.and_return(response)

message_response = messages.find(identifier: identifier, message_id: message_id, query_params: query_params)
Expand Down

0 comments on commit 23f416a

Please sign in to comment.