Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3fbf2ca

Browse files
committed
Merge branch 'feature/repo-path-in-repo-not-found-err' into feature/update-secrethub-go
2 parents abbef43 + 579d2c5 commit 3fbf2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ func TestRunCommand_Run(t *testing.T) {
548548
SecretService: &fakeclient.SecretService{
549549
VersionService: &fakeclient.SecretVersionService{
550550
GetWithDataFunc: func(path string) (*api.SecretVersion, error) {
551-
return nil, api.ErrRepoNotFound
551+
return nil, api.ErrRepoNotFound("unexisting/repo")
552552
},
553553
},
554554
},

0 commit comments

Comments
 (0)