Skip to content

Commit

Permalink
Fixing test (#132)
Browse files Browse the repository at this point in the history
* Revert "API view added for refreshing employees from BambooHR (#120)"

This reverts commit 82a01d6.

* fixed test
  • Loading branch information
Ashutosh619-sudo authored Jan 5, 2024
1 parent f065587 commit 26f1824
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_bamboohr/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -183,4 +185,4 @@
}
]
}
}
}

0 comments on commit 26f1824

Please sign in to comment.