From 26f18246381ca8c381f6f027d3ca2f817ac525b7 Mon Sep 17 00:00:00 2001 From: Ashutosh singh <55102089+Ashutosh619-sudo@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:05:18 +0530 Subject: [PATCH] Fixing test (#132) * Revert "API view added for refreshing employees from BambooHR (#120)" This reverts commit 82a01d604193b80227089fcd4664a8c3f40052ab. * fixed test --- tests/test_bamboohr/fixtures.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_bamboohr/fixtures.py b/tests/test_bamboohr/fixtures.py index 1046d3ec..dd27b32b 100644 --- a/tests/test_bamboohr/fixtures.py +++ b/tests/test_bamboohr/fixtures.py @@ -7,7 +7,9 @@ "sub_domain":"dummy", "created_at":"2022-11-29T15:39:49.221955Z", "updated_at":"2022-11-29T15:41:59.535831Z", - "org":1 + "org":1, + "employee_exported_at": "2022-11-29T15:39:49.221955Z", + "is_credentials_expired": False, }, "configurations": { "id":1, @@ -183,4 +185,4 @@ } ] } -} \ No newline at end of file +}