Skip to content

Commit aa311ac

Browse files
committed
[nan-1752] fix test
1 parent 232332a commit aa311ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rules/enforce-proxy-configuration-type.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ describe('enforce-proxy-configuration-type-tests', () => {
3535
};
3636
`,
3737
errors: [
38-
{ message: 'ProxyConfiguration type should be imported from ../../models' },
39-
{ message: 'ProxyConfiguration type should be used for Nango API call configurations' },
38+
{ message: 'ProxyConfiguration type should be imported and used for Nango API call configurations' },
4039
],
4140
output: `
4241
import type { NangoSync, Account, ProxyConfiguration } from '../../models';

0 commit comments

Comments
 (0)