Skip to content

Commit

Permalink
Merge pull request #4214 from sap-labs-france/master-qa
Browse files Browse the repository at this point in the history
Merge master-qa
  • Loading branch information
lucasbrazi666 authored Aug 21, 2023
2 parents b0fae59 + 1e44bbe commit 8bd11d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/types/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export enum ServerAction {
CHARGING_STATION_REGISTERED = 'ChargingStationRegistered',
END_OF_CHARGE = 'EndOfCharge',
OPTIMAL_CHARGE_REACHED = 'OptimalChargeReached',
SESSION_STARTED = 'SessionStarted',
END_OF_SESSION = 'EndOfSession',
REQUEST_PASSWORD = 'RequestPassword',
USER_ACCOUNT_STATUS_CHANGED = 'UserAccountStatusChanged',
Expand Down
2 changes: 1 addition & 1 deletion test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const config = convict({
},
uri: {
doc: 'connection string URI',
default: null
default: ''
},
host: {
doc: 'host name',
Expand Down

0 comments on commit 8bd11d0

Please sign in to comment.