Skip to content

Commit

Permalink
Enable access header in the test (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov authored Dec 3, 2024
1 parent 3db97cb commit 35d396c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tests/features/s3_credentials.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: ch_s3_credentials tool
And a working clickhouse on clickhouse02
And a working http server

Scenario Outline:: chadmin s3 check work correctly
Scenario Outline: chadmin s3 check work correctly
When we execute command on clickhouse01
"""
ch-monitoring s3-credentials-config
Expand Down Expand Up @@ -45,13 +45,12 @@ Feature: ch_s3_credentials tool
</s3>
</clickhouse>
"""
## Commented because version `latest` will be greater than any other version.
##@require_version_24.11
##Examples:
##|header|
##|access_header|
##
## @require_version_less_than_24.11
@require_version_24.11
Examples:
|header|
|access_header|

@require_version_less_than_24.11
Examples:
| header |
|header|

0 comments on commit 35d396c

Please sign in to comment.