diff options
| author | g-harel <gabrielj.harel@gmail.com> | 2018-01-24 15:18:37 -0500 |
|---|---|---|
| committer | g-harel <gabrielj.harel@gmail.com> | 2018-01-24 15:18:37 -0500 |
| commit | 200ba0be12c1e5c7bd832c0241799d7d6b338f4a (patch) | |
| tree | fb5f3611dd5bf5b5730d754111417de3f0402df5 | |
| parent | f73383caa9cd8cef9a7aa5d18cf4106ad70de847 (diff) | |
fixed typo in testing guide
| -rw-r--r-- | contributors/devel/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md index fbd465ca..340132d8 100644 --- a/contributors/devel/testing.md +++ b/contributors/devel/testing.md @@ -192,7 +192,7 @@ for those internal etcd instances with the `TEST_ETCD_DIR` environment variable. ### Run integration tests The integration tests are run using `make test-integration`. -The Kubernetes integration tests are writting using the normal golang testing +The Kubernetes integration tests are written using the normal golang testing package but expect to have a running etcd instance to connect to. The `test-integration.sh` script wraps `make test` and sets up an etcd instance for the integration tests to use. |
