From 7d43539edaefb690156eeb5f1d6d7e4a2f54a996 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 23 Jun 2023 15:22:46 +0200 Subject: [PATCH] fix import --- changedetectionio/tests/test_auth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_auth.py b/changedetectionio/tests/test_auth.py index 40e208f0..eb0dbbbb 100644 --- a/changedetectionio/tests/test_auth.py +++ b/changedetectionio/tests/test_auth.py @@ -2,7 +2,8 @@ import time from flask import url_for -from . util import live_server_setup +from .util import live_server_setup, wait_for_all_checks + def test_basic_auth(client, live_server):