Skip to content

Commit 741e982

Browse files
committed
chore: fix test
1 parent ed0477d commit 741e982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var _ = ginkgo.Describe("AsMap", func() {
2626
}`),
2727
}
2828

29-
removeFields := []string{"updated_at", "health", "created_at", "config_class", "last_scraped_time"}
29+
removeFields := []string{"updated_at", "health", "created_at", "config_class", "last_scraped_time", "inserted_at"}
3030
want := map[string]any{
3131
"name": "dummy-canary",
3232
"agent_id": "00000000-0000-0000-0000-000000000000",

0 commit comments

Comments
 (0)