From 59bbd6117733e5c289ada272bb3db0d81d2c63a5 Mon Sep 17 00:00:00 2001 From: ajshedivy Date: Tue, 16 Jul 2024 12:45:41 -0500 Subject: [PATCH] rm test creds --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b6eba0..8079135 100644 --- a/README.md +++ b/README.md @@ -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: