FriedrichFroebel / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
7 stars 4 forks source link

Review test failure with latest *bottle* package #18

Closed FriedrichFroebel closed 1 month ago

FriedrichFroebel commented 1 month ago

CI is currently failing:

FAIL: test_special_characters (test_web.GetPreviewImageTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/brother_ql_web/brother_ql_web/tests/test_web.py", line 236, in test_special_characters
    self.assertEqual(200, response.status_code)
AssertionError: 200 != 400
FriedrichFroebel commented 1 month ago

Fixed in https://github.com/FriedrichFroebel/brother_ql_web/commit/62158321d983e87e0d091cd0ad69f14ff0908fac.