Private
Public Access
1
0

running tests, fixing tiny bugs

This commit is contained in:
2025-01-19 13:11:44 +01:00
parent 8e47f06cb7
commit 10b1273adf
3 changed files with 6 additions and 2 deletions

View File

@@ -986,6 +986,7 @@ def mocked_requests(*args, **kwargs):
def __init__(self, json_data, status_code):
self.json_data = json_data
self.status_code = status_code
self.reason = 'mock reason'
self.ok = True
self.headers = {
'Location':'MockLocation',

Binary file not shown.