nix fmt
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user