Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 9, 2024
1 parent 1e194c7 commit 88489c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration_tests/event_logger_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ def log(
{
"records": [{"path": "/", "engine": "bar"}],
"user_id": 2,
"duration": 15000.0,
"duration": 15000,
"object_ref": None,
}
]

Expand Down

0 comments on commit 88489c9

Please sign in to comment.