Private
Public Access
1
0

updated paid plans page

This commit is contained in:
Sander Roosendaal
2019-02-22 18:59:41 +01:00
parent fb2d193ed5
commit 631164f4ef
6 changed files with 32 additions and 22 deletions

View File

@@ -982,15 +982,6 @@ class PermissionsViewTests(TestCase):
response = self.c.get(url)
self.assertEqual(response.status_code,200)
# compare
url = reverse('team_comparison_select',
kwargs={'id':encoder.encode_hex(self.uplan2_workouts[0].id)}
)
response = self.c.get(url)
self.assertEqual(response.status_code,200)
## Pro users (and higher) can join group led by other Pro (or higher) user

Binary file not shown.