Skip to content

Commit

Permalink
test: Fix hardcoded user agent in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 27, 2020
1 parent de0606a commit d6d7695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_interactions(request, args, workers):
"Accept": ["*/*"],
"Accept-Encoding": ["gzip, deflate"],
"Connection": ["keep-alive"],
"User-agent": ["schemathesis/1.2.0"],
"User-agent": [USER_AGENT],
},
}
assert success.response.status_code == 200
Expand Down

0 comments on commit d6d7695

Please sign in to comment.