Skip to content

Commit

Permalink
[FIX] ginfes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo authored Jul 15, 2024
1 parent 19b0e6a commit 6dab2bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interactions:
- keep-alive
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: GET
method: POST
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl?wsdl
response:
body:
Expand Down Expand Up @@ -169,7 +169,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interactions:
- keep-alive
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: GET
method: POST
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl?wsdl
response:
body:
Expand Down Expand Up @@ -168,7 +168,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down
6 changes: 3 additions & 3 deletions tests/fixtures/vcr_cassettes/test_envia_documento_ginfes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interactions:
- keep-alive
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: GET
method: POST
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl?wsdl
response:
body:
Expand Down Expand Up @@ -173,7 +173,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down Expand Up @@ -320,7 +320,7 @@ interactions:
User-Agent:
- Zeep/3.4.0 (www.python-zeep.org)
method: POST
uri: https://homologacao.ginfes.com.br//ServiceGinfesImpl
uri: https://homologacao.ginfes.com.br/ServiceGinfesImpl
response:
body:
string: !!binary |
Expand Down

0 comments on commit 6dab2bc

Please sign in to comment.