diff --git a/pkg/database/postgres_test.go b/pkg/database/postgres_test.go index 04e56c9..0f1b8d9 100644 --- a/pkg/database/postgres_test.go +++ b/pkg/database/postgres_test.go @@ -3222,7 +3222,7 @@ func Test_postgresqlConnection_GetAllTagsByTagType(t *testing.T) { ctx: ctx, tagType: "aa", }, - want: validTags, + want: nil, wantErr: true, }, {