summaryrefslogtreecommitdiff
path: root/tests/project/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/project/project.py')
-rw-r--r--tests/project/project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/project/project.py b/tests/project/project.py
index f4c5b3ead..c8f7909f0 100644
--- a/tests/project/project.py
+++ b/tests/project/project.py
@@ -29,7 +29,7 @@ def test_missing_project_name(datafiles):
project = Project(directory, 'x86_64')
project._resolve(None)
- assert (exc.value.reason == LoadErrorReason.INVALID_DATA)
+ assert (exc.value.reason == LoadErrorReason.INVALID_YAML)
@pytest.mark.datafiles(os.path.join(DATA_DIR))