summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tests.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py
index 4e420ea269..6b05916f32 100644
--- a/bitbake/lib/toaster/toastergui/tests.py
+++ b/bitbake/lib/toaster/toastergui/tests.py
@@ -951,7 +951,7 @@ class AllBuildsPageTests(TestCase):
951 951
952 def test_run_again(self): 952 def test_run_again(self):
953 """ 953 """
954 "Run again" button should not be shown for command-line builds, 954 "Rebuild" button should not be shown for command-line builds,
955 but should be shown for other builds 955 but should be shown for other builds
956 """ 956 """
957 build1 = Build.objects.create(**self.project1_build_success) 957 build1 = Build.objects.create(**self.project1_build_success)