File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616 python-version : " 3.11"
1717 - name : Install requirements
1818 run : pip install -r requirements.txt
19- - name : Run server
20- run : python server.py
2119 - name : Run client
2220 run : python client.py
Original file line number Diff line number Diff line change 1010 print (responseone .text )
1111else :
1212 print (f"{ OK } Server is working correctly{ RST } " )
13- print ("::notice title=Healthcheck passed::Responce is adequate" )
13+ print ("::notice title=Healthcheck passed::Response is adequate" )
1414 print (responseone .text )
1515
1616responsetwo = requests .get ('http://127.0.0.1:8080/user/usrnm' )
2020 print (responsetwo .text )
2121else :
2222 print (f"{ OK } Server is working correctly{ RST } " )
23- print ("::notice title=Healthcheck passed::Responce is adequate" )
23+ print ("::notice title=Healthcheck passed::Response is adequate" )
2424 print (responsetwo .text )
2525
2626responsethree = requests .get ('http://127.0.0.1:8080/search?q=python&length=17' )
3030 print (responsethree .text )
3131else :
3232 print (f"{ OK } Server is working correctly{ RST } " )
33- print ("::notice title=Healthcheck passed::Responce is adequate" )
33+ print ("::notice title=Healthcheck passed::Response is adequate" )
3434 print (responsethree .text )
You can’t perform that action at this time.
0 commit comments