Skip to content

Commit 4558566

Browse files
Removed odd assertion (#5345)
Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
1 parent fcb6b05 commit 4558566

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

features/steps/cli_steps.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,6 @@ def is_created(name):
545545
if "data" in tools_list: # data tool
546546
assert is_created("data"), "data directory does not exist"
547547

548-
if "pyspark" in tools_list: # PySpark tool
549-
assert is_created("conf/base/spark.yml"), "spark.yml does not exist"
550-
551548
if "viz" in tools_list: # viz tool
552549
expected_reporting_path = Path(
553550
f"src/{context.package_name}/pipelines/reporting"

0 commit comments

Comments
 (0)