Skip to content

Commit b498117

Browse files
committed
fixing test
1 parent ceb6de0 commit b498117

File tree

1 file changed

+1
-1
lines changed
  • packages/optimizely-sdk/lib/core/project_config

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/core/project_config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
return attributeKey;
145145
}
146146

147-
logger.log(LOG_LEVEL.DEBUG, sprintf(LOG_MESSAGES.UNRECOGNIZED_ATTRIBUTE, MODULE_NAME, attributeKey));
147+
logger.log(LOG_LEVEL.DEBUG, sprintf(ERROR_MESSAGES.UNRECOGNIZED_ATTRIBUTE, MODULE_NAME, attributeKey));
148148
return null;
149149
},
150150

0 commit comments

Comments
 (0)