update tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 07:49:28 -05:00
parent 62b13e5356
commit 6182f21318
+2 -2
View File
@@ -1,9 +1,9 @@
import os
from requests_html import Session
from requests_html import HTMLSession
from requests_file import FileAdapter
session = Session()
session = HTMLSession()
session.mount('file://', FileAdapter())