Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-261 corection about of the code smell
  • Loading branch information
kevinjlope committed Jun 15, 2021
commit 9a90ec587420eda22a047588d1c6294ccccb962f
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_add_complementary_info_when_there_are_not_time_entries(
time_entry_repository: TimeEntryCosmosDBRepository,
):
with pytest.raises(HTTPException) as http_error:
entries = time_entry_repository.add_complementary_info(
time_entry_repository.add_complementary_info(
time_entries=None, exist_conditions=False
)
status_code = http_error.value.code
Expand Down