Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 6c033c3

Browse files
committed
print hola
1 parent 9a4634d commit 6c033c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/http/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import json
33

44
def make_request(method, path, headers=None, data=None):
5+
print("holaaaaaaaaaaa")
56
headerstr = "-h {}" if headers is None else f" -h {headers}"
67
datastr = "" if data is None else f" -d {data}"
78
response_string = os.popen(f"sh run.sh -m {method} -u http://localhost:8080{path} {headerstr} {datastr}").read()

0 commit comments

Comments
 (0)