test: tighten pr320 lobby ownership guard
This commit is contained in:
@@ -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(",
|
||||
|
||||
Reference in New Issue
Block a user