Browse Source

Fix #1705

pull/1710/head
VictorFabreF 8 years ago
parent
commit
dd05502d2d
  1. 1
      sapl/materia/tests/test_materia.py

1
sapl/materia/tests/test_materia.py

@ -465,6 +465,7 @@ def test_proposicao_submit(admin_client):
'autor': autor.pk,
'texto_original': texto,
'salvar': 'salvar',
'receber_recibo': 'True',
},
follow=True)

Loading…
Cancel
Save