Fixing failing test. Using @mock.path decorator, instead of overriding the sys.modules.

This commit is contained in:
Mitsuo Takaki
2016-05-19 08:26:18 -07:00
parent ca358eab2b
commit a83abfd1d3
4 changed files with 35 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
endpoint:
url: http://localhost:8080/swagger
method: GET
timeout: 0.1
timeout: 0.01
expectation:
- type: HTTP_STATUS
status: 200