Skip to content

Commit

Permalink
test: correct which set of creds we're checking for OnelineSshPushTest
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Aug 31, 2023
1 parent e6e4ba7 commit ca9c5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/online/push_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_push_branches

class OnlineSshPushTest < Rugged::OnlineTestCase
def setup
skip unless Rugged.features.include?(:ssh) && git_creds?
skip unless Rugged.features.include?(:ssh) && ssh_creds?

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

0 comments on commit ca9c5b1

Please sign in to comment.