Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin Néau <[email protected]>
  • Loading branch information
raulcabello and weyfonk committed Jan 30, 2024
1 parent 5845c80 commit 652a4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitjob/integrationtests/git/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

/*
This tests uses gogs for testing the integration with a git server. Gogs container uses the data from assets/gitserver, which
These tests use gogs for testing integration with a git server. Gogs container uses data from assets/gitserver, which
contains one user, one public repository, and another private repository. Initial commits and fingerprint are provided as consts.
*/
const (
Expand Down Expand Up @@ -231,7 +231,7 @@ func TestLatestCommitSSH(t *testing.T) {
},
},
},
knownHosts: []byte("doesntexits " + gogsFingerPrint),
knownHosts: []byte("doesntexist " + gogsFingerPrint),
expectedCommit: "",
expectedErr: fmt.Errorf("ssh: handshake failed: knownhosts: key is unknown"),
},
Expand Down

0 comments on commit 652a4ca

Please sign in to comment.