Skip to content

Commit

Permalink
fix: remove setup section from the test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Sep 12, 2024
1 parent 207152f commit 35f6487
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ def gVal(*args, **_kwargs):
self.assertTrue(res["OK"])
self.restartAgent.csAPI.modifyValue.assert_has_calls(
[
call("/Systems/Sys/Production/URLs/Serv", ",".join(tempurls)),
call("/Systems/Sys/Production/URLs/Serv", ",".join(newurls)),
call("/Systems/Sys/URLs/Serv", ",".join(tempurls)),
call("/Systems/Sys/URLs/Serv", ",".join(newurls)),
],
any_order=False,
)
Expand Down

0 comments on commit 35f6487

Please sign in to comment.