Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Address test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Turner committed Mar 10, 2017
1 parent aa1fc57 commit f6d6d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icekit_events/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ def test_admin_calendar(self):
# Fetch calendar JSON data
#######################################################################
response = self.app.get(
reverse('admin:icekit_events_eventbase_calendar_data'),
{
url=reverse('admin:icekit_events_eventbase_calendar_data'),
params={
'start': self.start.date(),
'end': repeat_end.date() + timedelta(days=1),
},
Expand Down

0 comments on commit f6d6d58

Please sign in to comment.