Skip to content

Commit

Permalink
Use consistent casing for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 28, 2024
1 parent 6ecc55d commit 33e6905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/php/web/frontend/unittest/HtmxFlowTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function authenticate($request, $response, $session) {

#[Test]
public function returns_error_code_and_triggers_authenticationexpired_event() {
$res= $this->authenticate(['Hx-Request' => 'true'], new HtmxFlow(new class() extends Flow {
$res= $this->authenticate(['HX-Request' => 'true'], new HtmxFlow(new class() extends Flow {
public function authenticate($request, $response, $session) {
throw new IllegalStateException('Never called');
}
Expand Down

0 comments on commit 33e6905

Please sign in to comment.