Build
Repository
No
9
Started
6 years, 3 months ago
Time, s
1.666
Commit info
Commit
Branch
master
Author
Commit message
(#15) - reworked license check; - reworked license display; - added tests
←
Test test_view_lic2
(app.tests.tests_license.TestViewsLicense): failure
Started at: 2019-09-01 11:13:24,
time: 0.046 s
‼
Failing for the first build
Error (type) message
(AssertionError) False is not true : Couldn't find 'You have <span class="bold">personal</span> license for this product registered to <span class="bold">Jim Beam</span>' in response
Traceback
Traceback (most recent call last):
File "/drone/src/pub/app/tests/tests_license.py", line 83, in test_view_lic2
self.check_licensed(response)
File "/drone/src/pub/app/tests/tests_license.py", line 44, in check_licensed
self.assertContains(response, 'You have <span class="bold">personal</span> license for this product registered'
File "/usr/local/lib/python3.6/site-packages/django/test/testcases.py", line 369, in assertContains
self.assertTrue(real_count != 0, msg_prefix + "Couldn't find %s in response" % text_repr)
AssertionError: False is not true : Couldn't find 'You have <span class="bold">personal</span> license for this product registered to <span class="bold">Jim Beam</span>' in response