From ae3ab895153b814dfe5f099b5f57b058c71e6eaa Mon Sep 17 00:00:00 2001 From: Daniel Sami Date: Wed, 16 Jan 2019 11:06:25 +0900 Subject: [PATCH] lint fix --- awx/ui/test/e2e/fixtures.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/test/e2e/fixtures.js b/awx/ui/test/e2e/fixtures.js index 8e3bbbe140..bfc02e1f8a 100644 --- a/awx/ui/test/e2e/fixtures.js +++ b/awx/ui/test/e2e/fixtures.js @@ -16,7 +16,8 @@ const store = {}; * * @param endpoint - The REST API url suffix. * @param data - Attributes used to create a new endpoint. - * @param [unique=['name']] - An array of keys used to uniquely identify previously created resources from the endpoint. + * @param [unique=['name']] - An array of keys used to uniquely identify previously + * created resources from the endpoint. * */ const getOrCreate = (endpoint, data, unique = ['name']) => {