We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb0e54 commit 61560e8Copy full SHA for 61560e8
1 file changed
github/orgs_audit_log_test.go
@@ -300,7 +300,8 @@ func TestAuditEntry_Marshal(t *testing.T) {
300
WorkflowID: Int64(1),
301
WorkflowRunID: Int64(1),
302
Data: &AuditEntryData{
303
- OldName: String("on"),
+ OldName: String("on"),
304
+ OldLogin: String("ol"),
305
},
306
}
307
@@ -396,7 +397,8 @@ func TestAuditEntry_Marshal(t *testing.T) {
396
397
"workflow_id": 1,
398
"workflow_run_id": 1,
399
"data": {
- "old_name": "on"
400
+ "old_name": "on",
401
+ "old_login": "ol"
402
403
}`
404
0 commit comments