Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Dec 15, 2023
1 parent da30f3c commit 5f21ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myuw/test/api/test_academic_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_muwm_2489(self):

# test MUWM_4485,
follow_link = urlopen(data[0]["event_url"])
self.assertEquals(follow_link.reason, "OK")
self.assertEquals(follow_link.reason, "")

def test_current_events(self):
self.set_user('javerage')
Expand Down

0 comments on commit 5f21ff0

Please sign in to comment.