Skip to content

Commit

Permalink
[TS-2126] corrected enrichProperties method
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Feb 26, 2024
1 parent 84f3e74 commit 9f42cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class StrategyState(val config: RuleConfiguration? = null,
}
} ?: hashMapOf(STRATEGY_PROPERTY to type.name)
}
return hashMapOf()
return properties ?: hashMapOf()
}

fun addMessageID(messageID: MessageID?) = lock.write {
Expand Down

0 comments on commit 9f42cb9

Please sign in to comment.