Skip to content

Commit

Permalink
Update runtests.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent 6e650b4 commit 11d866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/presidecms/tests/runtests.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
directory = url.directory ?: "";
configImport(
type: "web",
type: "server",
data: deserializeJSON(fileRead(expandpath(".cfconfig.json"))),
password=#request.adminPassword#
password="admin"
);
testbox = new testbox.system.TestBox( options={}, reporter=reporter, directory={
Expand Down

0 comments on commit 11d866c

Please sign in to comment.