Skip to content

Commit 9e37338

Browse files
committed
Fixes the test property in SearchApi credentials to ensure it is always defined with the correct type.
1 parent 376b45d commit 9e37338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentials/SearchApi.credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class SearchApi implements ICredentialType {
3131
}
3232
}
3333
};
34-
test?: ICredentialTestRequest | undefined = {
34+
test: ICredentialTestRequest = {
3535
request: {
3636
baseURL: 'https://www.searchapi.io/api/v1/me',
3737
method: 'GET',

0 commit comments

Comments
 (0)