We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8978 commit 0c18816Copy full SHA for 0c18816
1 file changed
src/backend/apps/event/tests/test_ride.py
@@ -81,6 +81,7 @@ def _ride_open511_event(self):
81
)
82
return {"events": [ev]}
83
84
+ @patch("apps.event.tasks.RIDE_EVENT_PREFIX", "RIDE")
85
@patch("apps.event.ride.requests.get")
86
@patch("httpx.get")
87
def test_ride_uses_ride_feed_not_dit(self, mock_httpx_get, mock_requests_get):
0 commit comments