Skip to content

Commit

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


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


Expand Down

0 comments on commit e9a0fc8

Please sign in to comment.