Skip to content

Commit 36ce12b

Browse files
committed
add hint on how to pass TC_043_3_CS-Send Local Authorization List - Failed
1 parent de480fa commit 36ce12b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MicroOcpp/Model/Authorization/AuthorizationService.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ bool AuthorizationService::localAuthListEnabled() const {
106106
}
107107

108108
bool AuthorizationService::updateLocalList(JsonArray localAuthorizationListJson, int listVersion, bool differential) {
109+
//TC_043_3_CS-Send Local Authorization List - Failed
110+
//return false;
111+
109112
bool success = localAuthorizationList.readJson(localAuthorizationListJson, listVersion, differential, false);
110113

111114
if (success) {

0 commit comments

Comments
 (0)