Skip to content

Commit

Permalink
Missing params in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny committed Mar 20, 2023
1 parent 4451916 commit 90542b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/open_weather/endpoints/stations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}

expect(client).to receive(:post)
.with('3.0/measurements', body: [create_params])
.with('3.0/measurements', { body: [create_params] })
.and_call_original

data = client.create_measurements([create_params])
Expand Down

0 comments on commit 90542b9

Please sign in to comment.