Skip to content

Commit

Permalink
Fix ITs (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
mieciu authored Oct 11, 2024
1 parent 8afbe7a commit 654b6c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/it/testcases/test_reading_clickhouse_tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 654b6c7

Please sign in to comment.