Skip to content

Commit e577386

Browse files
authored
Update post_data.py
1 parent e98e73e commit e577386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/linux/test/python/requests/post_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
header = {"Content-Type": "multipart/form-data; boundary=----WebKitFormBoundaryrEPACvZYkAbE4bYB"}
55

6-
a = requests.request("POST", "http://httpbin.org/post",
6+
a = requests.request("POST", "http://www.rt-thread.com/service/echo",
77
headers=header, data=form_data)
88

99
# a = requests.request("POST", "http://pikascript.com/uploads",

0 commit comments

Comments
 (0)