fixing test for NoError

closes #325
This commit is contained in:
Jonathan Cross
2015-10-27 13:50:16 -04:00
committed by Cameron Sparr
parent 0d31f40e16
commit e622bd5e7f
4 changed files with 28 additions and 66 deletions

View File

@@ -250,7 +250,7 @@ a simple mock will suffice.
To execute Telegraf tests follow these simple steps:
- Install docker compose following [these](https://docs.docker.com/compose/install/)
- Install docker following [these](https://docs.docker.com/installation/)
instructions
- execute `make test`
@@ -260,5 +260,5 @@ get the IP address.
### Unit test troubleshooting
Try cleaning up your test environment by executing `make test-cleanup` and
Try cleaning up your test environment by executing `make docker-kill` and
re-running