Skip to content

Commit 61560e8

Browse files
committed
update tests
1 parent bcb0e54 commit 61560e8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

github/orgs_audit_log_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ func TestAuditEntry_Marshal(t *testing.T) {
300300
WorkflowID: Int64(1),
301301
WorkflowRunID: Int64(1),
302302
Data: &AuditEntryData{
303-
OldName: String("on"),
303+
OldName: String("on"),
304+
OldLogin: String("ol"),
304305
},
305306
}
306307

@@ -396,7 +397,8 @@ func TestAuditEntry_Marshal(t *testing.T) {
396397
"workflow_id": 1,
397398
"workflow_run_id": 1,
398399
"data": {
399-
"old_name": "on"
400+
"old_name": "on",
401+
"old_login": "ol"
400402
}
401403
}`
402404

0 commit comments

Comments
 (0)