Skip to content
Snippets Groups Projects
Commit 91ec53d4 authored by Hakan Calim's avatar Hakan Calim
Browse files

NAT-286: runned isort

parent 7c15f413
No related branches found
No related tags found
1 merge request!89Feature/nat 286 create unit tests for netbox client
Pipeline #84268 failed
......@@ -4,12 +4,13 @@ Unit tests for testing the netbox client
import uuid
from os import PathLike
from unittest.mock import patch, Mock
from unittest.mock import Mock, patch
import pytest
from pynetbox.core.response import Record
from gso.services.netbox_client import NetboxClient
from gso.products.product_blocks.site import SiteTier
from gso.services.netbox_client import NetboxClient
from gso.utils.exceptions import WorkflowStateError
BASE_URL = "https://127.0.0.1:8000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment