Skip to content

Commit

Permalink
fix: flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
13ph03nix committed Jul 26, 2023
1 parent 8ac5e5c commit 0338e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_request_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_post(self):
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9,en;q=0.8
Cookie: _gauges_unique_hour=1; _gauges_unique_day=1; _gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1
a=1&b=2
'''
r = requests.httpraw(raw)
Expand All @@ -55,7 +55,7 @@ def test_json(self):
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9,en;q=0.8
Cookie: _gauges_unique_hour=1; _gauges_unique_day=1; _gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1
{"pocsuite":"v3.0"}
'''
r = requests.httpraw(raw)
Expand Down

0 comments on commit 0338e56

Please sign in to comment.