aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_general/tst_opencreator_qbs/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_general/tst_opencreator_qbs/test.py')
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_general/tst_opencreator_qbs/test.py b/tests/system/suite_general/tst_opencreator_qbs/test.py
index 05167f53b3..e8b17b607d 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/test.py
+++ b/tests/system/suite_general/tst_opencreator_qbs/test.py
@@ -37,7 +37,7 @@ def main():
if not startedWithoutPluginError():
return
openQbsProject(pathCreator)
- if not addAndActivateKit(Targets.DESKTOP_541_GCC):
+ if not addAndActivateKit(Targets.DESKTOP_561_DEFAULT):
test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_541_GCC))
invokeMenuItem("File", "Exit")
return