From 4c16065afac557adc9628cccf2c621e1bc778780 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Fri, 6 May 2022 20:15:35 +0200 Subject: [PATCH] Fix typo: Unassgined to Unassigned #3339 --- ereuse_devicehub/client.py | 2 +- ereuse_devicehub/templates/inventory/device_list.html | 2 +- tests/test_render_2_0.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ereuse_devicehub/client.py b/ereuse_devicehub/client.py index aaafb9f3..92aa67d2 100644 --- a/ereuse_devicehub/client.py +++ b/ereuse_devicehub/client.py @@ -252,7 +252,7 @@ class UserClientFlask: ) self.headers = headers body = next(body).decode("utf-8") - assert "Unassgined" in body + assert "Unassigned" in body def get( self, diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 1a58e5de..2bbb31cc 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -7,7 +7,7 @@