Skip to content

Commit a163f88

Browse files
committed
Fix statuses listing request.
1 parent 651d00f commit a163f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/github/client/repos/statuses/list_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
let(:user) { 'peter-murach' }
77
let(:repo) { 'github' }
88
let(:sha) { 'f5f71ce1b7295c31f091be1654618c7ec0cc6b71' }
9-
let(:request_path) { "/repos/#{user}/#{repo}/statuses/#{sha}" }
9+
let(:request_path) { "/repos/#{user}/#{repo}/commits/#{sha}/statuses" }
1010

1111
before {
1212
stub_get(request_path).to_return(:body => body, :status => status,

0 commit comments

Comments
 (0)