feat: Change default redirect to Adults dashboard
Co-authored-by: Antigravity <antigravity@google.com>
This commit is contained in:
@@ -17,7 +17,7 @@ class TestWebApp(unittest.TestCase):
|
||||
"""Test that / returns the refresh meta tag"""
|
||||
response = self.client.get('/')
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertIn(b'url=/fees', response.data)
|
||||
self.assertIn(b'url=/adults', response.data)
|
||||
|
||||
@patch('app.get_cached_data', side_effect=_bypass_cache)
|
||||
@patch('app.get_members_with_fees')
|
||||
|
||||
Reference in New Issue
Block a user