Skip to content

Commit ca9c5b1

Browse files
committed
test: correct which set of creds we're checking for OnelineSshPushTest
1 parent e6e4ba7 commit ca9c5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/online/push_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_push_branches
2929

3030
class OnlineSshPushTest < Rugged::OnlineTestCase
3131
def setup
32-
skip unless Rugged.features.include?(:ssh) && git_creds?
32+
skip unless Rugged.features.include?(:ssh) && ssh_creds?
3333

3434
@repo = FixtureRepo.from_libgit2("push_src")
3535
@remote = @repo.remotes.create("test", ENV['GITTEST_REMOTE_SSH_URL'])

0 commit comments

Comments
 (0)