1
0
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:
Gani Georgiev
2023-07-30 15:22:10 +03:00
parent 3d1f570b38
commit 5398576f4f
2 changed files with 6 additions and 8 deletions

View File

@@ -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)
}