Skip to content

Commit 38092c1

Browse files
committed
add missing tag
1 parent 479e4ee commit 38092c1

File tree

1 file changed

+1
-1
lines changed
  • sparkler-core/sparkler-plugins/url-injector/src/main/java/edu/usc/irds/sparkler/plugin

1 file changed

+1
-1
lines changed

sparkler-core/sparkler-plugins/url-injector/src/main/java/edu/usc/irds/sparkler/plugin/UrlInjector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private List<UrlInjectorObj> replaceURLToken(Collection<String> urls, List<Strin
102102
String method = getHTTPMethod(rep);
103103
rep = trimHTTPMethod(rep);
104104
root.put("TAG", this.pluginConfig.getOrDefault("tag", "no tag defined"));
105-
UrlInjectorObj o = new UrlInjectorObj(rep, null, method);
105+
UrlInjectorObj o = new UrlInjectorObj(rep, root.toString(), method);
106106
fixedUrls.add(o);
107107
}
108108
}

0 commit comments

Comments
 (0)