Skip to content

Commit

Permalink
removed beta-tester test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Oppenheimer authored and Aaron Oppenheimer committed Jul 13, 2024
1 parent cc8c2d2 commit a6f8131
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions member/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,6 @@ def test_member_calfeed_url(self):
self.assertTrue(cf.content.decode('ascii').find('EVENT') > 0)


def test_member_beta_flag(self):
""" make sure the beta flag exists """
self.assertFalse(self.joeuser.is_beta_tester)


def test_calfeeds_dirty(self):
self.joeuser.cal_feed_dirty = False
self.joeuser.save()
Expand Down

0 comments on commit a6f8131

Please sign in to comment.