Skip to content
Snippets Groups Projects
Commit a7a8da95 authored by Kurdakov Alexander's avatar Kurdakov Alexander
Browse files

chore: lint problems with test_gostech_audit.py

parent b840f4ae
No related branches found
No related tags found
1 merge request!1085fix of panic while parsing 'picodata connect' argument
Pipeline #43535 failed
......@@ -19,7 +19,6 @@ from conftest import (
def instance_with_gostech_audit(
unstarted_instance: Instance, port_distributor: PortDistributor
) -> Generator[Tuple[Instance, AuditServer], None, None]:
audit_server = AuditServer(port_distributor.get())
audit_server.start()
unstarted_instance.audit = audit_server.cmd(unstarted_instance.binary_path)
......
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