Skip to content

Commit

Permalink
fix http configs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Nov 26, 2024
1 parent d77b07c commit 7bd5fec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</config>
<toEdgeMappings>
<toEdgeMapping>
<tag-name>tag2</tag-name>
<topic-filter>my/#</topic-filter>
<tagName>tag2</tagName>
<topicFilter>my/#</topicFilter>
</toEdgeMapping>
</toEdgeMappings>
<fromEdgeMappings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
</config>
<toEdgeMappings>
<toEdgeMapping>
<tag-name>tag3</tag-name>
<topic-filter>my/#</topic-filter>
<max-qos>0</max-qos>
<tagName>tag3</tagName>
<topicFilter>my/#</topicFilter>
<maxQos>0</maxQos>
</toEdgeMapping>
<toEdgeMapping>
<tag-name>tag4</tag-name>
<topic-filter>my/#</topic-filter>
<max-qos>1</max-qos>
<tagName>tag4</tagName>
<topicFilter>my/#</topicFilter>
<maxQos>1</maxQos>
</toEdgeMapping>
</toEdgeMappings>
<fromEdgeMappings>
Expand Down

0 comments on commit 7bd5fec

Please sign in to comment.