Skip to content

Commit

Permalink
fix backward compat test.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0c0n3 committed Sep 25, 2020
1 parent 78976b5 commit 4f2237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def unload_data(entities):
h = e.headers()
if e.FIWARE_SERVICEPATH_KEY in h:
h.pop(e.FIWARE_SERVICEPATH_KEY)
url = "{}/v2/types/{}".format(QL_URL, e.type)
url = "{}/v2/types/{}?dropTable=true".format(QL_URL, e.type)

r = requests.delete(url, headers=h)
if not r.ok:
Expand Down

0 comments on commit 4f2237c

Please sign in to comment.