Fixed imports
This commit is contained in:
@@ -24,13 +24,8 @@ from typing import Any, Generator
|
||||
import pytest
|
||||
from playwright.sync_api import Page, expect
|
||||
|
||||
from integ_tests.common import (
|
||||
NOSHARE_HTPASSWD,
|
||||
SHARING_HTPASSWD,
|
||||
Config,
|
||||
login,
|
||||
start_radicale_server,
|
||||
)
|
||||
from integ_tests.common import (NOSHARE_HTPASSWD, SHARING_HTPASSWD, Config,
|
||||
login, start_radicale_server)
|
||||
|
||||
|
||||
@pytest.fixture(params=[SHARING_HTPASSWD, NOSHARE_HTPASSWD], ids=lambda c: c.name)
|
||||
|
||||
Reference in New Issue
Block a user