Skip to content

Commit

Permalink
fix ut typo for useless owner
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed May 16, 2023
1 parent cbb8c2b commit 954b417
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/tests/web/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def test_datastore_query_table(mock_scan: MagicMock):
"type": "OBJECT",
"attributes": [
{"name": "_type", "type": "STRING"},
{"name": "owner", "type": "UNKNOWN"},
{"name": "uri", "type": "STRING"},
{"name": "scheme", "type": "STRING"},
{"name": "offset", "type": "INT64"},
Expand Down Expand Up @@ -175,7 +174,6 @@ def test_datastore_query_table(mock_scan: MagicMock):
"i": {
"attributes": [
{"name": "_type", "type": "STRING"},
{"name": "owner", "type": "UNKNOWN"},
{"name": "uri", "type": "STRING"},
{"name": "scheme", "type": "STRING"},
{"name": "offset", "type": "INT64"},
Expand Down Expand Up @@ -234,7 +232,6 @@ def test_datastore_query_table(mock_scan: MagicMock):
"data_type": {"type": "UNKNOWN", "value": "None"},
"extra_info": {"type": "MAP", "value": []},
"offset": {"type": "INT64", "value": "0"},
"owner": {"type": "UNKNOWN", "value": "None"},
"scheme": {"type": "STRING", "value": ""},
"size": {"type": "INT64", "value": "-1"},
"uri": {"type": "STRING", "value": "foo"},
Expand Down

0 comments on commit 954b417

Please sign in to comment.