Skip to content
Snippets Groups Projects
Commit 64af8058 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent efdc4db1
No related branches found
No related tags found
No related merge requests found
import json
import logging
import os
import re
import time
from celery import Task, states
......
......@@ -351,7 +351,7 @@ CIRCUIT_INFO_SCHEMA = {
"additionalProperties": False
}
def test_get_circuits(connection, cached_test_data):
import re
for circuit in opsdb.get_circuits(connection):
jsonschema.validate(circuit, CIRCUIT_INFO_SCHEMA)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment