Skip to content

Commit

Permalink
[#3688] Fix existing test after update
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Mar 20, 2024
1 parent 95f26bb commit 8143aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ def test_template_overwritten_through_options(self, m):

m.patch(
"https://objecten.nl/api/v1/objects/111-222-333",
json={}, # Unused in our case, but required as .json() is called on the response
status_code=200,
)

plugin = ObjectsAPIRegistration(PLUGIN_IDENTIFIER)

with freeze_time("2020-02-02"):
with patch(
"openforms.registrations.contrib.objects_api.models.ObjectsAPIConfig.get_solo",
Expand Down

0 comments on commit 8143aac

Please sign in to comment.