Skip to content

Commit

Permalink
Issue #3980: Update unittest expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThumes authored and svenoe committed Dec 12, 2024
1 parent f7e4e7c commit f8b9658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/SysConfig/DB/DefaultSettingList.t
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $Self->IsDeeply(
'IsInvisible' => '0',
'Name' => 'SystemID',
'XMLContentRaw' => '<Setting Name="SystemID" Required="1" Valid="1" ConfigLevel="200">
<Description Translatable="1">Defines the system identifier. Every ticket number and http session string contains this ID. This ensures that only tickets which belong to your system will be processed as follow-ups (useful when communicating between two instances of OTOBO).</Description>
<Description Translatable="1">Defines the system identifier. Every ticket number contains this ID. This ensures that only tickets which belong to your system will be processed as follow-ups (useful when communicating between two instances of OTOBO). The SystemID may also be used in HTTP session backends.</Description>
<Navigation>Core</Navigation>
<Value>
<Item ValueType="String" ValueRegex="^\\d+$">10</Item>
Expand Down

0 comments on commit f8b9658

Please sign in to comment.