From 441c75ec6426631ddcdd60dbd5be8f1b8b967830 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Tue, 26 Feb 2019 10:33:05 +0530 Subject: [PATCH] Load defaults in test_spotify_tools.py --- test/test_spotify_tools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_spotify_tools.py b/test/test_spotify_tools.py index cd75b82..1981c20 100644 --- a/test/test_spotify_tools.py +++ b/test/test_spotify_tools.py @@ -2,6 +2,9 @@ from spotdl import spotify_tools import os import pytest +import loader + +loader.load_defaults() def test_generate_token():