File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "nfe" : [
33 " https://www.nfe.fazenda.gov.br/portal/listaConteudo.aspx?tipoConteudo=BMPFMBoln3w=" ,
4- "7b16af42147abbdf19942b4863360fc4 "
4+ " 017b5452a72a5baee9716e6660d44aa3 "
55 ],
66 "cte" : [
77 " https://www.cte.fazenda.gov.br/portal/listaConteudo.aspx?tipoConteudo=0xlG1bdBass=" ,
8- "68c476b64cff31710cd6170170ae984c "
8+ " c8febaf2ca9b1dd5dd25d49905c702c3 "
99 ],
1010 "nfse" : [
1111 " https://www.gov.br/nfse/pt-br/biblioteca/documentacao-tecnica" ,
12- "788aaa5c930fbc91000a4b8d36311c0f "
12+ " 6c82d57d6a468c74030dfd723500cbfc "
1313 ]
1414}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def test_fingerprint(self):
7070
7171 _logger .info (fingerprint )
7272 json_string = json .dumps (fingerprint , indent = 4 )
73- target = Path ("tests/fingerprint.txt " ).read_text ()
74- with open ("tests/fingerprint.txt " , "w" ) as outfile :
73+ target = Path ("tests/fingerprints.json " ).read_text ()
74+ with open ("tests/fingerprint.json " , "w" ) as outfile :
7575 outfile .write (json_string )
7676 self .assertEqual (target .strip (), json_string .strip ())
You can’t perform that action at this time.
0 commit comments