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

Commit 8efd83d

Browse files
committed
Update ErrRepoNotFound to include repo path
1 parent cf88a57 commit 8efd83d

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
WithDataGetter: fakeclient.WithDataGetter{
551-
Err: api.ErrRepoNotFound,
551+
Err: api.ErrRepoNotFound("unexisting/repo"),
552552
},
553553
},
554554
},

0 commit comments

Comments
 (0)