File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ Please consult `CONTRIB.md`
71712 . To test on ` local ` :
7272```
7373user@machine:~$ export LABELBOX_TEST_API_KEY_LOCAL="<your local api key here>"
74- make test-local # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY =specify_here_or_export_me
74+ make test-local # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_LOCAL =specify_here_or_export_me
7575```
7676
77773 . To test on ` staging ` :
7878```
7979user@machine:~$ export LABELBOX_TEST_API_KEY_STAGING="<your staging api key here>"
80- make test-staging # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY =specify_here_or_export_me
80+ make test-staging # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_STAGING =specify_here_or_export_me
8181```
8282
83834 . To test on ` prod ` :
8484```
8585user@machine:~$ export LABELBOX_TEST_API_KEY_PROD="<your prod api key here>"
86- make test-prod # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY =specify_here_or_export_me
86+ make test-prod # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_PROD =specify_here_or_export_me
8787```
8888
89895 . If you make any changes and need to rebuild the image used for testing, force a rebuild with the ` -B ` flag
You can’t perform that action at this time.
0 commit comments