Skip to content

Commit

Permalink
fix e2e-run-local
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Jul 11, 2024
1 parent 798c2af commit 4dadb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ e2e-run-stage:
SQS_ENVIRONMENTS=stage pytest -s -n 4

e2e-run-local:
SQS_ENVIRONMENTS=local pytest -s -n 4 tests/e2e
SQS_ENVIRONMENTS=local pytest -s -n 4

#### E2E Python Setup

Expand Down

0 comments on commit 4dadb86

Please sign in to comment.