fix: test: yaml warning

This commit is contained in:
rachmadaniHaryono 2019-06-17 21:35:30 +08:00 committed by Arun Prakash Jana
parent c2dcc31c74
commit 31a79db861
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -1318,7 +1318,7 @@ def test_load_chrome_database(chrome_db, add_pt):
dump_data = False # NOTE: change this value to dump data
if not dump_data:
with open(res_yaml_file, 'r') as f:
res_yaml = yaml.load(f)
res_yaml = yaml.load(f, Loader=yaml.FullLoader)
# init
import buku
bdb = buku.BukuDb()