fix: rename remaining kafka references to samsa
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 5s
Tests / test (push) Successful in 26s

- OpenSearch description: 'Search results for "..." - kafka' → samsa
- Test error message: 'kafka trial' → samsa trial
This commit is contained in:
Franz Kafka 2026-03-23 07:25:30 +00:00
parent 8e9aae062b
commit 015f8b357a
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ func TestFromResponse_Basic(t *testing.T) {
data := FromResponse(resp, "samsa trial", 1, "", "", "")
if data.Query != "samsa trial" {
t.Errorf("expected query 'kafka trial', got %q", data.Query)
t.Errorf("expected query 'samsa trial', got %q", data.Query)
}
if data.NumberOfResults != 42 {
t.Errorf("expected 42 results, got %d", data.NumberOfResults)