Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 9, 2024
1 parent ed48c49 commit 0a8cfe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion superset/utils/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def log_with_context( # pylint: disable=too-many-locals,too-many-arguments
slice_id=slice_id,
duration_ms=duration_ms,
referrer=referrer,
object_ref=object_ref,
**database_params,
)

Expand Down
1 change: 0 additions & 1 deletion tests/integration_tests/event_logger_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def log(
"database_id": None,
"user_id": 2,
"duration": 15000,
"object_ref": None,
}
]

Expand Down

0 comments on commit 0a8cfe4

Please sign in to comment.