Added exclude **/tests/openapi_client/** to nix fmt

This commit is contained in:
2024-01-05 13:44:42 +01:00
parent 633055010b
commit 0c9a8349a6
7 changed files with 14 additions and 16 deletions

View File

@@ -1,14 +1,6 @@
import urllib.parse as url
from typing import Any
from api import TestClient
from openapi_client.api.entities_api import EntitiesApi
default_entity_did_url = "entity_did=did%3Asov%3Atest%3A1234"
default_entity_did = "did:sov:test:1234"
default_entity_did2 = "did:sov:test:1235"
default_entity_did3 = "did:sov:test:1236"
default_entity_did4 = "did:sov:test:1237"
default_entity_did5 = "did:sov:test:1238"