Skip to content

Commit 485dac0

Browse files
committed
plugin caps update
1 parent be04980 commit 485dac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/lambdatest/TestNGTodo1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void setup(Method m, ITestContext ctx) throws MalformedURLException {
3131
caps.setCapability("version", "latest");
3232
caps.setCapability("build", "TestNG With Java");
3333
caps.setCapability("name", m.getName() + " - " + this.getClass().getName());
34-
caps.setCapability("project", "git-testng");
34+
caps.setCapability("plugin", "git-testng");
3535

3636
String[] Tags = new String[] { "Feature", "Falcon", "Severe" };
3737

0 commit comments

Comments
 (0)