Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed May 25, 2020
1 parent 5c931d0 commit af5d3af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
# Python < 3.3
import mock

LOCAL_DOMAIN = "http://localhost"
URL_LOCAL = "%s:8000/dir" % (LOCAL_DOMAIN)
HTTPD_PORT = 8000

ECHO_URL = "%s:8000/echo" % (LOCAL_DOMAIN)


class APITests(unittest.TestCase):
def test_payload_description(self):
Expand Down

0 comments on commit af5d3af

Please sign in to comment.