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, 'autor': autor.pk,
'texto_original': texto, 'texto_original': texto,
'salvar': 'salvar', 'salvar': 'salvar',
'receber_recibo': 'True',
}, },
follow=True) follow=True)

Loading…
Cancel
Save