Skip to content

Commit 6d1ddb2

Browse files
committed
nits
1 parent 1fed3ee commit 6d1ddb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ Please consult `CONTRIB.md`
7171
2. To test on `local`:
7272
```
7373
user@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

7777
3. To test on `staging`:
7878
```
7979
user@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

8383
4. To test on `prod`:
8484
```
8585
user@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

8989
5. If you make any changes and need to rebuild the image used for testing, force a rebuild with the `-B` flag

0 commit comments

Comments
 (0)