Commit cef2849c authored by Francesco Poldi's avatar Francesco Poldi

Fix for test.py #490

parent f1ca6ed9
......@@ -16,7 +16,8 @@ def test_db(c, run):
def custom(c, run, _type):
print("[+] Beginning custom {} test in {}".format(_type, str(run)))
c.Custom = ["id", "username"]
c.Custom['tweet'] = ["id", "username"]
c.Custom['user'] = ["id", "username"]
run(c)
def test_json(c, run):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment