----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/EvaP/EvaP/evap/staff/tests/test_views.py", line 3392, in test_delete_question
self.assertQuerySetEqual(other_question.questionnaires.all(), [other_questionnaire])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: [<Questionnaire: ccBmyxSEHFbordyEnZcw>, <Questionnaire: VjfPCFfTrMXLkbvedxEg>] != [<Questionnaire: VjfPCFfTrMXLkbvedxEg>]
First differing element 0:
<Questionnaire: ccBmyxSEHFbordyEnZcw>
<Questionnaire: VjfPCFfTrMXLkbvedxEg>
First list contains 1 additional elements.
First extra element 1:
<Questionnaire: VjfPCFfTrMXLkbvedxEg>
- [<Questionnaire: ccBmyxSEHFbordyEnZcw>, <Questionnaire: VjfPCFfTrMXLkbvedxEg>]
+ [<Questionnaire: VjfPCFfTrMXLkbvedxEg>]
The test sometimes fails an error like the following:
The used shuffle seed was 785091457
Runs: