Skip to content

Commit

Permalink
Fixed flask test query-string
Browse files Browse the repository at this point in the history
  • Loading branch information
ltflb-bgdi committed Mar 8, 2024
1 parent 43b1303 commit 77648f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flask_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_flask_attribute_query_string(self):
'INFO:Composed message: this is a composed message:http://localhost/make_report/2017?param1=value1::param1=value1',
'INFO:Composed message with extra:http://localhost/make_report/2017?param1=value1::param1=value1',
'INFO:Simple message:http://localhost/make_report/2017?param1=value1&param2=value2::param1=value1&param2=value2',
'INFO:Simple message:http://localhost/make_report/2017?param1=This%20a%20string%20%3F::param1=This%20a%20string%20%3F',
'INFO:Simple message:http://localhost/make_report/2017?param1=This%20a%20string%20?::param1=This%20a%20string%20%3F',
]
)

Expand Down

0 comments on commit 77648f0

Please sign in to comment.