Fixed spacing in readme

This commit is contained in:
Thomas Runyon 2019-01-24 19:54:28 -05:00
parent fc4bdd9e9d
commit a844df60f8

View File

@ -10,7 +10,7 @@ To run this entire suite, execute `make test-cmd` from the top level. This will
### Specific Tests
To run a subset of tests( e.g. `run_deployment_test` and `run_impersonation_test`), execute `make test-cmd WHAT="deployment impersonation"`. Running specific
To run a subset of tests (e.g. `run_deployment_test` and `run_impersonation_test`), execute `make test-cmd WHAT="deployment impersonation"`. Running specific
tests will not try and validate any required resources are available on the server.
## Adding Tests