Skip to content

Commit 343ca8c

Browse files
author
James Brundage
committed
test: Start-Htmx ( Fixes #7 )
Always using port 8080 in GitHub workflow
1 parent bee0935 commit 343ca8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HtmxPS.tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ describe HtmxPS {
2323
} else {
2424
$startedLocalJob = Start-Htmx -Htmx (
2525
htmx button "Click Me" hx-on:click="alert('Thanks, I needed that!')"
26-
) -ServerUrl "http://127.0.0.1/"
26+
) -ServerUrl "http://127.0.0.1:8080/"
2727
Invoke-RestMethod -Uri $startedLocalJob.ServerUrl
2828
$startedLocalJob | Stop-Htmx
29-
$startedLocalJob | Remove-Job
29+
$startedLocalJob | Remove-Job
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)