Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttannis committed Feb 26, 2020
1 parent 390a842 commit 0aa1198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/proxy/test_elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_search_table_filter(self, mock_search: MagicMock) -> None:
schema='test_schema',
column_names=['test_col1', 'test_col2'],
tags=[],
last_updated_epoch=1527283287)])
last_updated_timestamp=1527283287)])
search_request = {
'type': 'AND',
'filters': {
Expand Down

0 comments on commit 0aa1198

Please sign in to comment.