Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telematic bridge: Fix available topic return null value in topics field when there is no topic available #569

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

dan-du-car
Copy link
Collaborator

@dan-du-car dan-du-car commented Dec 7, 2023

PR Details

Description

Telematic bridge sends null topics when there is no topic available. The idea value for this topics is empty array value [] rather than a null value. This PR is to initialize the topics value with empty array

Related Issue

#570

Motivation and Context

telematic testing

How Has This Been Tested?

Integration test

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • I have added any new packages to the sonar-scanner.properties file
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
    V2XHUB Contributing Guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@dan-du-car dan-du-car changed the title init Telematic bridge: Fix available topic return null value in topics field when there is no topic available Dec 7, 2023
@dan-du-car dan-du-car merged commit 40d8b14 into develop Dec 7, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants