Skip to content

Commit

Permalink
Fix build (#89)
Browse files Browse the repository at this point in the history
* Pin factory-boy version due errors in 2.9.0 version

* Fix cassette name
  • Loading branch information
Caio Carrara authored and allisson committed Jul 31, 2017
1 parent 8d8e4f1 commit e149906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt
factory-boy==2.8.1
mypy-lang
pytest
pytest-cov
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
interactions:
- request:
body: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="http://tempuri.org/"><SOAP-ENV:Header/><ns0:Body><ns1:CalcPrazo><ns1:nCdServico>04669</ns1:nCdServico><ns1:sCepOrigem>01311300</ns1:sCepOrigem><ns1:sCepDestino>01311300</ns1:sCepDestino></ns1:CalcPrazo></ns0:Body></SOAP-ENV:Envelope>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://tempuri.org/"
xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><ns1:Body><ns0:CalcPrazo><ns0:nCdServico>04669</ns0:nCdServico><ns0:sCepOrigem>01311300</ns0:sCepOrigem><ns0:sCepDestino>01311300</ns0:sCepDestino></ns0:CalcPrazo></ns1:Body></SOAP-ENV:Envelope>
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Expand All @@ -12,7 +12,7 @@ interactions:
SOAPAction:
- !!binary |
Imh0dHA6Ly90ZW1wdXJpLm9yZy9DYWxjUHJhem8i
User-Agent: [python-requests/2.13.0]
User-Agent: [python-requests/2.18.2]
method: POST
uri: http://ws.correios.com.br/calculador/CalcPrecoPrazo.asmx
response:
Expand All @@ -26,7 +26,7 @@ interactions:
Cache-Control: ['private, max-age=0']
Content-Length: ['589']
Content-Type: [text/xml; charset=utf-8]
Date: ['Fri, 28 Jul 2017 13:09:43 GMT']
Date: ['Mon, 31 Jul 2017 17:27:47 GMT']
Server: [Microsoft-IIS/7.5]
X-AspNet-Version: [4.0.30319]
X-Powered-By: [ASP.NET]
Expand Down

0 comments on commit e149906

Please sign in to comment.