From 1560ab2301a761282b859de65821e54db17ed145 Mon Sep 17 00:00:00 2001 From: Hannah Stepanek Date: Mon, 17 Jul 2023 15:30:01 -0700 Subject: [PATCH] Fixup: CI --- python/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/conftest.py b/python/tests/conftest.py index 1d9f0bb..efc7746 100644 --- a/python/tests/conftest.py +++ b/python/tests/conftest.py @@ -4,7 +4,7 @@ import pytest CWD = os.path.dirname(__file__) -SERVERLESS = os.realpath(os.path.join(CWD, "../node_modules/serverless/bin/serverless.js")) +SERVERLESS = os.path.realpath(os.path.join(CWD, "../node_modules/serverless/bin/serverless.js")) @pytest.fixture(scope="session", autouse=True)