Skip to content

Commit

Permalink
Merge pull request #519 from jdi-testing/check_status
Browse files Browse the repository at this point in the history
Check the url
  • Loading branch information
pnatashap authored Oct 12, 2024
2 parents bbd41e7 + 631fa24 commit 04d4f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Created by Roman_Iovlev on 9/25/2016.
*/
@ServiceDomain("https://httpbin.org/")
@ServiceDomain("https://httpbin.org")
public class ServiceExample {
@ContentType(JSON) @GET("/get")
@Header(name = "Name", value = "Roman")
Expand Down

0 comments on commit 04d4f71

Please sign in to comment.