fix import

This commit is contained in:
dgtlmoon
2023-06-23 15:22:46 +02:00
parent 6bdd5ab20a
commit 7d43539eda
+2 -1
View File
@@ -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):