mirror of https://github.com/ByConity/ByConity
Fixing requirement name in tests/testflows/example/tests/example.py
This commit is contained in:
parent
7db2652ab3
commit
766dd763ec
|
@ -6,7 +6,7 @@ from example.requirements import *
|
|||
@TestScenario
|
||||
@Name("select 1")
|
||||
@Requirements(
|
||||
RQ_CH_SRS001_Example_Select_1("1.0")
|
||||
RQ_SRS_001_Example_Select_1("1.0")
|
||||
)
|
||||
def scenario(self, node="clickhouse1"):
|
||||
"""Check that ClickHouse returns 1 when user executes `SELECT 1` query.
|
||||
|
|
Loading…
Reference in New Issue