Skip to content

Commit 35d720a

Browse files
authored
Merge pull request #117 from akretion/fix-coverage
temporary fix CI
2 parents 51fe084 + ce194b6 commit 35d720a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
}

tests/test_fingerprint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)