Skip to content

Commit e8377ef

Browse files
committed
Adapt test to fix list repos
1 parent d52ee4a commit e8377ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bitbucket_rest_api/repos_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
before do
101101
expect(repo).to receive(:request).with(
102102
:get,
103-
'/2.0/user/repositories',
103+
'/2.0/repositories',
104104
{},
105105
{}
106106
).and_return(['repo1', 'repo2' ,'repo3'])

0 commit comments

Comments
 (0)