change tmp path for harness
This commit is contained in:
parent
0e3d1fb4f6
commit
2a08342213
@ -27,7 +27,7 @@ def LinkApp():
|
||||
@pytest.fixture
|
||||
def link_app(tmp_path_factory) -> Generator[AppHarness, None, None]:
|
||||
with AppHarness.create(
|
||||
root=tmp_path_factory.mktemp("appearance_app"),
|
||||
root=tmp_path_factory.mktemp("link_app"),
|
||||
app_source=LinkApp, # type: ignore
|
||||
) as harness:
|
||||
assert harness.app_instance is not None, "app is not running"
|
||||
|
Loading…
Reference in New Issue
Block a user