Skip to content

Commit 74e8975

Browse files
committed
sistemato nome test risultato test controllers
1 parent 5842a6a commit 74e8975

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Artificial_QI/test/infrastructure/adapter/input/rest/test_RIsultatoTestControllers.py renamed to Artificial_QI/test/infrastructure/adapter/input/rest/test_RisultatoTestControllers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ def test_get_risultato_singola_domanda_by_id_invalid(self,client,app):
164164
with pytest.raises(ValueError):
165165
_ = client.get(url_for('risultatoTest_blueprint.get_risultato_singola_domanda_test_by_id', id="invalid"))
166166

167-
168167
def test_get_risultato_singola_domanda_by_id_not_found(self,client,app):
169168
mock_use_case = mock.Mock(spec=GetRisultatoSingolaDomandaUseCase)
170169
app.container.risultatoTestContainer.GetRisultatoSingolaDomandaService.override(mock_use_case)

0 commit comments

Comments
 (0)