From 6df110cc051c517f9709403f4dcc55d8966a221d Mon Sep 17 00:00:00 2001 From: ulyssesBML Date: Wed, 15 Jan 2020 15:06:40 -0300 Subject: [PATCH] Adaptando testes --- sapl/protocoloadm/tests/test_protocoloadm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sapl/protocoloadm/tests/test_protocoloadm.py b/sapl/protocoloadm/tests/test_protocoloadm.py index a1166f81b..3e640a72f 100644 --- a/sapl/protocoloadm/tests/test_protocoloadm.py +++ b/sapl/protocoloadm/tests/test_protocoloadm.py @@ -398,6 +398,7 @@ def test_documento_administrativo_protocolo_inexistente(): 'tipo': str(tipo.pk), 'assunto': 'teste', 'numero': '1', + 'caractere_identificador':'', 'data': '2017-10-10', 'numero_protocolo': '11', 'ano_protocolo': '2017',