Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Oct 18, 2024
1 parent a22215b commit 72886cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_raw_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_preview_request_post(
http_client_mock.stub_request(
"post",
path=self.POST_REL_URL_V2,
rbody='{"id": "bmes_123", "object": "billing.meter_event_session"}',
rbody='{"id": "bmes_123", "object": "v2.billing.meter_event_session"}',
rcode=200,
rheaders={},
)
Expand Down

0 comments on commit 72886cb

Please sign in to comment.