diff --git a/pytest_abra/utils.py b/pytest_abra/utils.py index e6becf3..828e6b9 100644 --- a/pytest_abra/utils.py +++ b/pytest_abra/utils.py @@ -35,8 +35,3 @@ def rmtree(root_dir: Path): child.unlink() root_dir.rmdir() - - -def make_url(domain: str) -> str: - """adds 'http://' at the beginning of a string""" - return "https://" + domain