diff --git a/internal/server/difc_log_test.go b/internal/server/difc_log_test.go index f6d24b67..46e6a45c 100644 --- a/internal/server/difc_log_test.go +++ b/internal/server/difc_log_test.go @@ -80,7 +80,7 @@ func TestLogFilteredItems_EmitsValidJSONWithExpectedFields(t *testing.T) { item := newTestFilteredItem( map[string]interface{}{ - "html_url": "https://github.com/org/repo/issues/42", + "html_url": "https://github.com/org/repo/issues/42", // JSON unmarshaling from interface{} represents numbers as float64. "number": float64(42), "author_association": "CONTRIBUTOR",