Skip to content

Commit 5de3eb6

Browse files
rllinrllin
authored andcommitted
Update Makefile
1 parent 05cba57 commit 5de3eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ test-prod: build
1313
docker run -it -v ${PWD}:/usr/src -w /usr/src \
1414
-e LABELBOX_TEST_ENVIRON="prod" \
1515
-e LABELBOX_TEST_ENDPOINT="https://api.labelbox.com/graphql" \
16-
-e LABELBOX_TEST_API_KEY="<REPLACE>"
16+
-e LABELBOX_TEST_API_KEY="<REPLACE>" \
1717
local/labelbox-python:test pytest $(PATH_TO_TEST)

0 commit comments

Comments
 (0)