-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address Add Profile review comments part 2
- Loading branch information
nikimanoledaki
committed
Feb 3, 2022
1 parent
842aa64
commit b40f6f7
Showing
5 changed files
with
14 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,7 +178,7 @@ var _ = Describe("Add", func() { | |
It("fails if the config repo does not exist", func() { | ||
gitProviders.RepositoryExistsReturns(false, nil) | ||
err := profilesSvc.Add(context.TODO(), gitProviders, addOptions) | ||
Expect(err).To(MatchError("repository 'ssh://[email protected]/owner/config-repo.git' could not be found")) | ||
Expect(err).To(MatchError("repository \"ssh://[email protected]/owner/config-repo.git\" could not be found")) | ||
Expect(gitProviders.RepositoryExistsCallCount()).To(Equal(1)) | ||
}) | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters