This commit is contained in:
Qubasa
2023-10-03 14:39:29 +02:00
parent d8b69ec883
commit cb2815c4d0
7 changed files with 18 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import json
from pathlib import Path
import json
import json
import pytest
from api import TestClient
@@ -31,7 +31,6 @@ def test_inspect_err(api: TestClient) -> None:
assert data.get("detail")
@pytest.mark.impure
def test_inspect_flake(api: TestClient, test_flake_with_core: Path) -> None:
params = {"url": str(test_flake_with_core)}
@@ -49,4 +48,4 @@ def test_inspect_flake(api: TestClient, test_flake_with_core: Path) -> None:
assert actions[0].get("id") == "vms/inspect"
assert actions[0].get("uri") == "api/vms/inspect"
assert actions[1].get("id") == "vms/create"
assert actions[1].get("uri") == "api/vms/create"
assert actions[1].get("uri") == "api/vms/create"