Skip to content

Commit 4bba9e8

Browse files
authored
fix: changed config env variable to TEST_CONFIG_PATH to match implementation (#837)
1 parent 2cb941f commit 4bba9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/e2e-integration-test-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ To conduct tests for IBC integration system, carefully adhere to the provided in
8888

8989
Prior to initiating the tests, ensure proper configuration of essential environment variables, which play a pivotal role in the testing process:
9090

91-
- **`E2E_CONFIG_PATH`**: Set this variable to the absolute path of your chosen configuration file. For Archway, utilize `sample-config-archway.yaml`, and for Neutron, employ `sample-config-neutron.yaml`.
91+
- **`TEST_CONFIG_PATH`**: Set this variable to the absolute path of your chosen configuration file. For Archway, utilize `sample-config-archway.yaml`, and for Neutron, employ `sample-config-neutron.yaml`.
9292
- **`GOLOOP_IMAGE_ENV`**: Indicate the name of the Goloop image.
9393
- **`GOLOOP_IMAGE_TAG_ENV`**: Specify the version of the Goloop image.
9494

9595
Here's an example of environment variable configuration:
9696

9797
```bash
98-
export E2E_CONFIG_PATH=/home/User/IBC-integration/sample-config-archway.yaml
98+
export TEST_CONFIG_PATH=/home/User/IBC-integration/sample-config-archway.yaml
9999
export GOLOOP_IMAGE_ENV=goloop-icon
100100
export GOLOOP_IMAGE_TAG_ENV=latest
101101
```

0 commit comments

Comments
 (0)