Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
馃 Updates from OwlBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed May 20, 2021
1 parent 5735a6c commit e18c653
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/unit/gapic/securitycenter_v1/test_security_center.py
Expand Up @@ -4817,7 +4817,7 @@ def test_set_finding_state_flattened():
_, args, _ = call.mock_calls[0]
assert args[0].name == "name_value"
assert args[0].state == finding.Finding.State.ACTIVE
# # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)
# # # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)


def test_set_finding_state_flattened_error():
Expand Down Expand Up @@ -4862,7 +4862,7 @@ async def test_set_finding_state_flattened_async():
_, args, _ = call.mock_calls[0]
assert args[0].name == "name_value"
assert args[0].state == finding.Finding.State.ACTIVE
# # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)
# # # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)


@pytest.mark.asyncio
Expand Down
Expand Up @@ -3622,7 +3622,7 @@ def test_set_finding_state_flattened():
_, args, _ = call.mock_calls[0]
assert args[0].name == "name_value"
assert args[0].state == finding.Finding.State.ACTIVE
# # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)
# # # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)


def test_set_finding_state_flattened_error():
Expand Down Expand Up @@ -3667,7 +3667,7 @@ async def test_set_finding_state_flattened_async():
_, args, _ = call.mock_calls[0]
assert args[0].name == "name_value"
assert args[0].state == finding.Finding.State.ACTIVE
# # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)
# # # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)


@pytest.mark.asyncio
Expand Down
Expand Up @@ -4975,7 +4975,7 @@ def test_set_finding_state_flattened():
_, args, _ = call.mock_calls[0]
assert args[0].name == "name_value"
assert args[0].state == finding.Finding.State.ACTIVE
# # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)
# # # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)


def test_set_finding_state_flattened_error():
Expand Down Expand Up @@ -5020,7 +5020,7 @@ async def test_set_finding_state_flattened_async():
_, args, _ = call.mock_calls[0]
assert args[0].name == "name_value"
assert args[0].state == finding.Finding.State.ACTIVE
# # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)
# # # # # # # # # # assert args[0].start_time == timestamp_pb2.Timestamp(seconds=751)


@pytest.mark.asyncio
Expand Down

0 comments on commit e18c653

Please sign in to comment.