Skip to content

Commit 2ee2459

Browse files
CLOUDP-271988: IPA-102: Validate paths follow expected format (Little fix)
1 parent 1c2fa35 commit 2ee2459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/rulesets/functions/eachPathAlternatesBetweenResourceNameAndPathParam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isPathParam } from './utils/pathUtils';
1+
import { isPathParam } from './utils/pathUtils.js';
22

33
const ERROR_MESSAGE = 'API paths must alternate between resource name and path params.';
44
const ERROR_RESULT = [{ message: ERROR_MESSAGE }];

0 commit comments

Comments
 (0)