From 6dc206f394e6d7775dae9d9f10d91f91a46d7519 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Tue, 12 Nov 2019 16:58:16 +0100
Subject: [PATCH] Typo in BackendConnectionError

---
 consent_provider/db.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consent_provider/db.py b/consent_provider/db.py
index b0302f7..5108335 100644
--- a/consent_provider/db.py
+++ b/consent_provider/db.py
@@ -73,4 +73,4 @@ class BackendConnectionError(Exception):
     def __init__(self, code, headers, reason):
         self.code = code
         self.headers = headers
-        self.reaseon = reason
+        self.reason = reason
-- 
GitLab