Skip to content

remove available tasks #5591

remove available tasks

remove available tasks #5591

GitHub Actions / Test Results failed Sep 6, 2024 in 0s

1 errors, 550 pass in 4m 6s

551 tests   550 ✅  4m 6s ⏱️
 57 suites    0 💤
 57 files      0 ❌  1 🔥

Results for commit 6f956a4.

Annotations

Check failure on line 139 in indigo_app/tests/test_tasks.py

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_available_tasks (indigo_app.tests.test_tasks.TasksTest) with error

test-reports/TEST-indigo_app.tests.test_tasks.TasksTest-20240906121348.xml [took 0s]
Raw output
Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://testserver/tasks/available/)   <!DOCTYPE html> <html> <head>   <title>404 Not Found</title> </head> <body> <h1>404 Not Found</h1>  <p>We could not find that page.</p>  <p><a href="/">Home</a></p> </body> </html>
Traceback (most recent call last):
  File "/home/runner/work/indigo/indigo/indigo_app/tests/test_tasks.py", line 140, in test_available_tasks
    response = self.app.get('/tasks/available/')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/django_webtest/__init__.py", line 138, in get
    response = super(DjangoTestApp, self).get(url, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/webtest/app.py", line 328, in get
    return self.do_request(req, status=status,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/django_webtest/__init__.py", line 100, in do_request
    response = super(DjangoTestApp, self).do_request(req, status,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/webtest/app.py", line 653, in do_request
    self._check_status(status, res)
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/webtest/app.py", line 682, in _check_status
    raise AppError(
webtest.app.AppError: Bad response: 404 Not Found (not 200 OK or 3xx redirect for http://testserver/tasks/available/)


<!DOCTYPE html>
<html>
<head>
  <title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>

<p>We could not find that page.</p>

<p><a href="/">Home</a></p>
</body>
</html>