Skip to content

Commit

Permalink
Fix broken tests because of xml not being {}
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Aug 22, 2024
1 parent b9d5883 commit 2abd9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aikido_firewall/context/init_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_wsgi_context_1():
"user": None,
"remote_address": "198.51.100.23",
"parsed_userinput": {},
"xml": [],
"xml": {},
}


Expand Down Expand Up @@ -81,7 +81,7 @@ def test_wsgi_context_2():
"user": None,
"remote_address": "198.51.100.23",
"parsed_userinput": {},
"xml": [],
"xml": {},
}


Expand Down

0 comments on commit 2abd9d6

Please sign in to comment.