Skip to content

Commit

Permalink
Fixup: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Jul 17, 2023
1 parent d341465 commit 1560ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1560ab2

Please sign in to comment.