Skip to content

Commit 75592c9

Browse files
committed
Modify Spotless config
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 998dc46 commit 75592c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif::[]
2828

2929
[.lead]
3030
To start with, think of it as Postman for JVM (Java/Kotlin);
31-
that emulates this *Run* button on a collection through a Java program,
31+
that emulates the https://learning.postman.com/docs/collections/running-collections/intro-to-collection-runs/[**Postman Collection Runner**] through a Java program,
3232
essentially translating your manual testing into Automation, without any loss or resistance.
3333
But it's even better!
3434

src/integrationTest/resources/pm-templates/pq/pq-env.postman_environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"key" : "username",
13-
"value" : "[email protected]",
13+
"value" : "linux-sm@252.org",
1414
"type" : "default",
1515
"enabled" : true
1616
},

0 commit comments

Comments
 (0)