Skip to content

Commit

Permalink
updates name
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Dec 30, 2024
1 parent ce84d66 commit adbde8c
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You can make tests for this application using the Swagger UI at:
"careerStart": 1000,
"birthDate": "a date",
"birthCity": "The Forrest",
"country": "Trinidad en Tobago",
"country": "The Kingdom Land",
"keywords": "Rap"
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ConcertControllerImplMockkTest : WordSpec() {
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ListingControllerImplMockkTest : WordSpec() {
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ConcertControllerImplITKoTest : WordSpec() {
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ConcertControllerImplKoTest(
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ListingControllerImplITKoTest : WordSpec() {
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class ListingControllerImplKoTest : WordSpec() {
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ConcertControllerImplITTest(
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val restTemplate = RestTemplate()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ConcertControllerImplTest(
1000L,
LocalDateTime.now().toString(),
FORREST_PLACE,
"Trinidad en Tobago",
"The Kingdom Land",
"Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ListingControllerImplITTest(
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ListingControllerImplTest(
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class ConcertControllerImplITSpec {
1000L,
LocalDateTime.now().toString(),
FORREST_PLACE,
"Trinidad en Tobago",
"The Kingdom Land",
"Rap"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ConcertControllerImplSpec {
1000L,
LocalDateTime.now().toString(),
FORREST_PLACE,
"Trinidad en Tobago",
"The Kingdom Land",
"Rap"
)
val listingDto = ListingDto(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ListingControllerImplITSpec {
1000L,
LocalDateTime.now().toString(),
FORREST_PLACE,
"Trinidad en Tobago",
"The Kingdom Land",
"Rap"
)
val restTemplate = RestTemplate()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ListingControllerImplSpec {
careerStart = 1000L,
birthDate = LocalDateTime.now().toString(),
birthCity = FORREST_PLACE,
country = "Trinidad en Tobago",
country = "The Kingdom Land",
keywords = "Rap"
)
val listingDto = ListingDto(
Expand Down
4 changes: 2 additions & 2 deletions jmeter/Test Plan.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"careerStart": 1000,
"birthDate": "a date",
"birthCity": "The Forrest",
"country": "Trinidad en Tobago",
"country": "The Kingdom Land",
"keywords": "Rap"
}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
Expand Down Expand Up @@ -146,7 +146,7 @@
&quot;careerStart&quot;: 1000,&#xd;
&quot;birthDate&quot;: &quot;a date&quot;,&#xd;
&quot;birthCity&quot;: &quot;The Forrest&quot;,&#xd;
&quot;country&quot;: &quot;Trinidad en Tobago&quot;,&#xd;
&quot;country&quot;: &quot;The Kingdom Land&quot;,&#xd;
&quot;keywords&quot;: &quot;Rap&quot;&#xd;
}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
Expand Down

0 comments on commit adbde8c

Please sign in to comment.