Skip to content

Commit 0c18816

Browse files
committed
DBC22-6499: ride unit test prefix fix
1 parent e9c8978 commit 0c18816

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/apps/event/tests/test_ride.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def _ride_open511_event(self):
8181
)
8282
return {"events": [ev]}
8383

84+
@patch("apps.event.tasks.RIDE_EVENT_PREFIX", "RIDE")
8485
@patch("apps.event.ride.requests.get")
8586
@patch("httpx.get")
8687
def test_ride_uses_ride_feed_not_dit(self, mock_httpx_get, mock_requests_get):

0 commit comments

Comments
 (0)