diff --git a/lobby/tests.py b/lobby/tests.py index a383530..6e5140b 100644 --- a/lobby/tests.py +++ b/lobby/tests.py @@ -115,8 +115,15 @@ class LobbyGameplayExtractionTests(TestCase): } forbidden_snippets = ( + "RoundConfig.objects.get_or_create(", + "RoundConfig.objects.create(", + "RoundQuestion.objects.create(", "select_round_question(", "reset_round_question_bootstrap_state(", + "session.current_round =", + "session.status = GameSession.Status.LIE", + "session.status = GameSession.Status.SCOREBOARD", + "session.status = GameSession.Status.FINISHED", "build_start_next_round_response(", "build_start_next_round_phase_event(", "build_finish_game_response(",