Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sagnard committed Dec 18, 2018
1 parent 2718bdd commit 1b1ee22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion connexion/apis/abstract.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import abc
import copy
import logging
import pathlib
import sys
import copy

import six

Expand Down
1 change: 0 additions & 1 deletion tests/api/test_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,3 @@ def test_get_bad_default_response(simple_app):

resp = app_client.get('/v1.0/get_bad_default_response/202')
assert resp.status_code == 500

0 comments on commit 1b1ee22

Please sign in to comment.