Skip to content
Snippets Groups Projects
Commit b76bf260 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

fix test path

parent c39fc986
Branches
Tags
No related merge requests found
Pipeline #68679 passed
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
import apiserver as apiserver import apiserver as apiserver
import apiserver.storage as storage import apiserver.storage as storage
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment