Skip to content

Commit

Permalink
Replace removed session property in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and losipiuk committed Jul 11, 2022
1 parent 55045b2 commit 155648b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trino/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func TestIntegrationUnsupportedHeader(t *testing.T) {
err error
}{
{
query: "SET SESSION grouped_execution=true",
query: "SET SESSION optimize_hash_generation=true",
err: ErrUnsupportedHeader,
},
{
Expand All @@ -480,7 +480,7 @@ func TestIntegrationUnsupportedHeader(t *testing.T) {
err: errors.New(`trino: query failed (200 OK): "io.trino.spi.TrinoException: SET PATH not supported by client"`),
},
{
query: "RESET SESSION grouped_execution",
query: "RESET SESSION optimize_hash_generation",
err: ErrUnsupportedHeader,
},
}
Expand Down

0 comments on commit 155648b

Please sign in to comment.