From e98524f7770748ef79db82d48da0f97ab541d287 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Mon, 15 Jan 2018 09:38:13 -0600 Subject: 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 --- appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/.gitignore') 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 -- cgit 1.2.3-korg