Add Filtering, HealthCheck, Better Tests (#350)
feat: add filtering when choosing merge requests (#346) feat: Add healthcheck (#345) refactor: Move to gomock (#349) feat: Makes the remote of the plugin configurable (#348) This is a #MINOR release.
This commit is contained in:
committed by
GitHub
parent
aa5d3c1f52
commit
4ae623cd65
@@ -249,7 +249,7 @@ func TestExtractGitInfo_FailToGetCurrentBranchName(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRefreshGitRemote_FailToRefreshRemote(t *testing.T) {
|
||||
expectedErrNestedMsg := "error when fetching origin commits"
|
||||
expectedErrNestedMsg := "error when fetching commits"
|
||||
_, actualErr := extractGitInfo(
|
||||
func() error {
|
||||
return errors.New(expectedErrNestedMsg)
|
||||
|
||||
Reference in New Issue
Block a user