Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
test: fix vpcsc tests (#76)
Browse files Browse the repository at this point in the history
Copied from ce011b3 at which point the VPCSC tests seem to have been passing
  • Loading branch information
busunkim96 committed Aug 24, 2020
1 parent 4d57792 commit e7b7899
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/system/test_vpcsc.py
Expand Up @@ -71,8 +71,8 @@ def test_batch_get_assets_history_inside(client, parent_inside):
client.batch_get_assets_history(
request={
"parent": parent_inside,
"asset_names": asset_v1.ContentType.CONTENT_TYPE_UNSPECIFIED,
"content_type": {},
"read_time_window": {},
"content_type": asset_v1.ContentType.CONTENT_TYPE_UNSPECIFIED,
}
)

Expand All @@ -85,8 +85,8 @@ def test_batch_get_assets_history_outside(client, parent_outside):
client.batch_get_assets_history(
request={
"parent": parent_outside,
"asset_names": asset_v1.ContentType.CONTENT_TYPE_UNSPECIFIED,
"content_type": {},
"read_time_window": {},
"content_type": asset_v1.ContentType.CONTENT_TYPE_UNSPECIFIED,
}
)

Expand Down

0 comments on commit e7b7899

Please sign in to comment.