Skip to content

Commit 2b9a596

Browse files
committed
updated the test mock
Signed-off-by: Gergely Brautigam <[email protected]>
1 parent 179c384 commit 2b9a596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/bitwarden/bitwarden_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ func (t *testClient) Secrets() sdk.SecretsInterface {
5656

5757
func (t *testClient) Close() {}
5858

59+
func (t *testClient) Generators() sdk.GeneratorsInterface {
60+
return nil
61+
}
62+
5963
var testBitwardenClient = func(testClient *testClient) func(apiURL, identityURL *string) (sdk.BitwardenClientInterface, error) {
6064
return func(apiURL, identityURL *string) (sdk.BitwardenClientInterface, error) {
6165
return testClient, nil

0 commit comments

Comments
 (0)