From 0ed95cf757cb981dab3bff8bf9c481f6235283df Mon Sep 17 00:00:00 2001 From: Afzal <94980910+afzalbin64@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:27:18 +0000 Subject: [PATCH] fixes the writer test for span kind Signed-off-by: Afzal <94980910+afzalbin64@users.noreply.github.com> --- plugin/storage/cassandra/spanstore/writer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/cassandra/spanstore/writer_test.go b/plugin/storage/cassandra/spanstore/writer_test.go index 8c901529d41..6b808a924c9 100644 --- a/plugin/storage/cassandra/spanstore/writer_test.go +++ b/plugin/storage/cassandra/spanstore/writer_test.go @@ -401,7 +401,7 @@ func TestStorageMode_IndexOnly_FirehoseSpan(t *testing.T) { assert.Equal(t, "planet-express", serviceWritten.Load()) assert.Equal(t, dbmodel.Operation{ ServiceName: "planet-express", - SpanKind: "", + SpanKind: "unspecified", OperationName: "package-delivery", }, operationWritten.Load()) }, StoreIndexesOnly())