Skip to content

Commit

Permalink
Item13883: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Nov 27, 2023
1 parent 49877f4 commit 58180d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/ViewScriptTests.pm
Expand Up @@ -719,7 +719,7 @@ sub test_urlparsing_invalid {
'WebPreferences' );

#invalid topic name
$this->urltest( '/System/WebPre@ferences', $Foswiki::cfg{UsersWebName},
$this->urltest( '/System/WebPre@ferences', $Foswiki::cfg{SystemWebName},
'WebHome' );

}
Expand Down

0 comments on commit 58180d8

Please sign in to comment.