-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee5e759
commit 1145296
Showing
2 changed files
with
40 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ def testProcess(self): | |
'service_name': 'compute.googleapis.com', | ||
'severity': 'NOTICE', | ||
'text_payload': None, | ||
'user': '[email protected]', | ||
'user_agent': 'UserAgent'} | ||
|
||
event_data = storage_writer.GetAttributeContainerByIndex('event_data', 0) | ||
|
@@ -72,7 +71,7 @@ def testComputeInstancesInsert(self): | |
expected_event_values = { | ||
'caller_ip': '1.1.1.1', | ||
'container': None, | ||
'dcsa_email': ['[email protected]'], | ||
'dcsa_emails': ['[email protected]'], | ||
'dcsa_scopes': ['https://www.googleapis.com/auth/cloud-platform'], | ||
'delegation_chain': ( | ||
'[email protected]>' | ||
|
@@ -127,7 +126,6 @@ def testComputeInstancesInsert(self): | |
'status_code': '', | ||
'status_message': '', | ||
'text_payload': None, | ||
'user': '[email protected]', | ||
'user_agent': ( | ||
'fake-user-agent-string command/gcloud.compute.instances.insert' | ||
' invocation-id/a1b2c3d4e5f6 environment/GCE')} | ||
|