test: test

This commit is contained in:
2023-10-24 22:31:43 +08:00
parent 3076d501ec
commit e9f523014f
3 changed files with 11 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ import argparse
import requests
def send_post_request(ip_addr, message_name):
url = f"http://localhost:8002/request_message/?i_m"
url = f"http://localhost:8002/request_message"
data = {
"dest_ip": ip_addr,
"message_name": message_name