Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alliballibaba2 committed Jan 21, 2025
1 parent 84d4a92 commit 934d12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frankenphp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func TestMalformedCookie(t *testing.T) {

// PHPSESSID should still be present since we remove the null byte
assert.Contains(t, string(body), "'PHPSESSID' => '1234'")
}, &testOptions{nbParrallelRequests: 1})
}, &testOptions{})
}

func TestSession_module(t *testing.T) { testSession(t, nil) }
Expand Down

0 comments on commit 934d12b

Please sign in to comment.