Skip to content

Commit

Permalink
rm test creds
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Jul 16, 2024
1 parent 34d8275 commit 59bbd61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ First, create a `pytest.ini` file in the `tests` directory.
```ini
[pytest]
env =
VITE_SERVER=p114ibmi01.pbm.ihost.com
VITE_DB_USER=user
VITE_DB_PASS=user1
VITE_SERVER=IBMI_SERVER
VITE_DB_USER=USER
VITE_DB_PASS=PASS
```

Run the test suite from the `mapepire-python` directory:
Expand Down

0 comments on commit 59bbd61

Please sign in to comment.