You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-12-01 01:16:08 +02:00
updated changelog formatting
This commit is contained in:
@@ -298,7 +298,6 @@ func TestEagerRequestInfoCache(t *testing.T) {
|
||||
|
||||
// try to read the body again
|
||||
r := apis.RequestInfo(c)
|
||||
fmt.Println(r)
|
||||
if v := cast.ToString(r.Data["name"]); v != "test123" {
|
||||
t.Fatalf("Expected request data with name %q, got, %q", "test123", v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user