diff --git a/tools/spectral/ipa/rulesets/functions/eachPathAlternatesBetweenResourceNameAndPathParam.js b/tools/spectral/ipa/rulesets/functions/eachPathAlternatesBetweenResourceNameAndPathParam.js index 6fd1f96398..fef49d146f 100644 --- a/tools/spectral/ipa/rulesets/functions/eachPathAlternatesBetweenResourceNameAndPathParam.js +++ b/tools/spectral/ipa/rulesets/functions/eachPathAlternatesBetweenResourceNameAndPathParam.js @@ -1,4 +1,4 @@ -import { isPathParam } from './utils/pathUtils'; +import { isPathParam } from './utils/pathUtils.js'; const ERROR_MESSAGE = 'API paths must alternate between resource name and path params.'; const ERROR_RESULT = [{ message: ERROR_MESSAGE }];