Skip to content

Commit

Permalink
Merge pull request #56 from rabestro/chore/not-null
Browse files Browse the repository at this point in the history
Update actuator endpoint naming
  • Loading branch information
Jegors Čemisovs authored Feb 24, 2024
2 parents 4bd2a26 + b124798 commit fb836e9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/actuator/translationcount
url: {{host}}/actuator/translation-count
body: none
auth: none
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

delete {
url: {{host}}/actuator/translationcount
url: {{host}}/actuator/translation-count
body: none
auth: none
}
Expand Down
2 changes: 1 addition & 1 deletion bruno/scenario/translation-counter/Second Check.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/actuator/translationcount
url: {{host}}/actuator/translation-count
body: none
auth: none
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

post {
url: {{host}}/actuator/translationcount
url: {{host}}/actuator/translation-count
body: json
auth: none
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/actuator/translationcount
url: {{host}}/actuator/translation-count
body: none
auth: none
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{host}}/actuator/translationcount
url: {{host}}/actuator/translation-count
body: none
auth: none
}
Expand Down
2 changes: 1 addition & 1 deletion http-yac/actuator/reset-translation-counter.http
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DELETE {{host}}/actuator/translationcount
DELETE {{host}}/actuator/translation-count

?? status == 204
2 changes: 1 addition & 1 deletion http-yac/actuator/show-translation-counter.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @disabled
{{host}}/actuator/translationcount
{{host}}/actuator/translation-count

?? status == 200
?? body count isNumber
Expand Down

0 comments on commit fb836e9

Please sign in to comment.