File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ jobs:
102102 working-directory : ./tests
103103 run : |
104104 # dont fail if the command fails, just check the output
105- output=$(atlas migrate diff --env sqlalchemy -c "file://atlas-standalone.hcl" --var dialect=mysql --var path="./broken" 2>&1 || true)
106- expected_error="NameError: name 'DeclarativeBase' is not defined in broken/models.py"
105+ output=$(atlas migrate diff --env sqlalchemy -c "file://atlas-standalone.hcl" --var dialect=mysql --var path="./testdata/ broken" 2>&1 || true)
106+ expected_error="NameError: name 'DeclarativeBase' is not defined in testdata/ broken/models.py"
107107
108108 if [[ ! "$output" == *"$expected_error"* ]]; then
109109 echo "Expected command to fail with error message containing: $expected_error";
You can’t perform that action at this time.
0 commit comments