Skip to content

Commit dcc4a88

Browse files
committed
Fix test
1 parent 5a4809b commit dcc4a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/HttpNotificationPluginSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class HttpNotificationPluginSpec extends Specification{
5353

5454
def notificator = new HttpNotificationPlugin()
5555

56-
String remoteUrl="http://123.com"
56+
String remoteUrl="http://asdf123asdf.com/"
5757
String methodStr = "PUT"
5858
String contentType ="text/html"
5959
def executionData = [:]

0 commit comments

Comments
 (0)