Skip to content

Commit

Permalink
Update orgs_audit_log_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lmartinking committed Jul 26, 2023
1 parent 93afe15 commit 57c17cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github/orgs_audit_log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func TestAuditEntry_Marshal(t *testing.T) {
LimitedAvailability: Bool(false),
Message: String("m"),
Name: String("n"),
OldName: String("on"),
OldPermission: String("op"),
OldUser: String("ou"),
OpenSSHPublicKey: String("osshpk"),
Expand Down Expand Up @@ -345,6 +346,7 @@ func TestAuditEntry_Marshal(t *testing.T) {
"limited_availability": false,
"message": "m",
"name": "n",
"old_name": "on",
"old_permission": "op",
"old_user": "ou",
"openssh_public_key": "osshpk",
Expand Down

0 comments on commit 57c17cf

Please sign in to comment.