Skip to content

Commit

Permalink
[#231] Incorrect flags in c2e integration test setup (#232)
Browse files Browse the repository at this point in the history
- flag names fixes

Signed-off-by: Georgi Boyvalenkov <[email protected]>
  • Loading branch information
gboyvalenkov-bosch authored May 25, 2023
1 parent 02c14ee commit b715701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/c2e-setup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ func writeConfigBootstrapFile(path string) error {

func writeConfigLdtFile(path string) error {
type ldtConnectorConfig struct {
CaCert string `json:"ldtCaCert"`
LogFile string `json:"logLdtFile"`
CaCert string `json:"caCert"`
LogFile string `json:"logFile"`
Address string `json:"address"`
TenantID string `json:"tenantId"`
DeviceID string `json:"deviceId"`
Expand Down

0 comments on commit b715701

Please sign in to comment.