Skip to content

Commit

Permalink
remove owner in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Suban05 committed Sep 24, 2024
1 parent 8ec84b9 commit 63b1aa3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -664,10 +664,7 @@ def repository_events(repo, _options = {})
node_id: 'R_kgDOK2_4Aw',
name: 'baza',
full_name: 'zerocracy/baza',
private: false,
owner: {
login: 'zerocracy'
}
private: false
}
},
head: {
Expand Down Expand Up @@ -722,10 +719,7 @@ def repository_events(repo, _options = {})
node_id: 'R_kgDOK2_4Aw',
name: 'judges-action',
full_name: 'zerocracy/judges-action',
private: false,
owner: {
login: 'zerocracy'
}
private: false
}
},
head: {
Expand Down

0 comments on commit 63b1aa3

Please sign in to comment.