From 654b6c72888e4b0b79083ac70c52cac47bc2fe73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Hejman?= Date: Fri, 11 Oct 2024 09:57:37 +0200 Subject: [PATCH] Fix ITs (#875) --- ci/it/testcases/test_reading_clickhouse_tables.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/it/testcases/test_reading_clickhouse_tables.go b/ci/it/testcases/test_reading_clickhouse_tables.go index 99339e2d2..6b2834656 100644 --- a/ci/it/testcases/test_reading_clickhouse_tables.go +++ b/ci/it/testcases/test_reading_clickhouse_tables.go @@ -62,5 +62,4 @@ func (a *ReadingClickHouseTablesIntegrationTestcase) testRandomThing(ctx context } defer resp.Body.Close() assert.Equal(t, "Clickhouse", resp.Header.Get("X-Quesma-Source")) - assert.Equal(t, 200, resp.StatusCode) // TODO INTENTIONAL FAILURE }