Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrfranco committed Oct 8, 2024
1 parent 5a4809b commit dcc4a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/HttpNotificationPluginSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class HttpNotificationPluginSpec extends Specification{

def notificator = new HttpNotificationPlugin()

String remoteUrl="http://123.com"
String remoteUrl="http://asdf123asdf.com/"
String methodStr = "PUT"
String contentType ="text/html"
def executionData = [:]
Expand Down

0 comments on commit dcc4a88

Please sign in to comment.