fix import

This commit is contained in:
Kenneth Kehl
2024-09-11 10:48:26 -07:00
parent a91d6d25c8
commit df85f66a43
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import os
from axe_core_playwright import AxeBuilder
from axe_core_python import AxeBuilder
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")