From 63fa367e9d1fae0ff3250a1c40806303296a00c5 Mon Sep 17 00:00:00 2001 From: Caleb Boylan Date: Thu, 5 Mar 2020 10:23:39 -0800 Subject: [PATCH] Fix a typo in the collection README --- awx_collection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/README.md b/awx_collection/README.md index da70e001a5..c9abe15542 100644 --- a/awx_collection/README.md +++ b/awx_collection/README.md @@ -80,7 +80,7 @@ pip install -e . PYTHONPATH=awx_collection:$PYTHONPATH py.test awx_collection/test/awx/ ``` -## Running Integration tests Tests +## Running Integration Tests The integration tests require a virtualenv with `ansible` >= 2.9 and `tower_cli`. The collection must first be installed, which can be done using `make install_collection`.