aboutsummaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore
diff options
context:
space:
mode:
authorSkip Wonnell <skip@att.com>2018-01-15 09:38:13 -0600
committerPatrick Brady <pb071s@att.com>2018-01-17 20:16:49 +0000
commite98524f7770748ef79db82d48da0f97ab541d287 (patch)
tree53ccd003a9c9d76461c56232f745ce75677a0520 /appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore
parentdae4b37c7f067becbae331ef8bff60235c53a61c (diff)
Fix random test failure in TestChefApiClient
The check of the timestamp header fails when rolling over to a new minute. Change the code to compare the length of the interval instead. Issue-ID: APPC-411 Change-Id: I3a98aab2de878335a2bc320d261fee3101fd0652 Signed-off-by: Skip Wonnell <skip@att.com>
Diffstat (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore')
-rw-r--r--appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore
index 755cdc373..541e6082d 100644
--- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore
+++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore
@@ -1,3 +1,4 @@
/bin/
/target/
-/.settings/
+/target-ide/
+/.settings/ \ No newline at end of file