We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34df8a commit f3a044cCopy full SHA for f3a044c
guessquest/games/tests.py
@@ -256,7 +256,7 @@ def test_view_integration(self):
256
# response = self.client.get(
257
# reverse('game_selection') + f'?player_id={player_id}'
258
#)
259
- self.assertEqual(response.status_code, 200)
+ self.assertEqual(response.status_code, 301)
260
# self.assertTemplateUsed(response, 'games/game_selection.html')
261
262
# Verify the available games
0 commit comments