Skip to content

Commit 977164d

Browse files
committed
Fix typo
1 parent e8f43e8 commit 977164d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/tests/integration/reports/get.tavern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ stages:
138138
save:
139139
json:
140140
token: 'access'
141-
- name: App user can retrieve their notification
141+
- name: App user can retrieve their reports
142142
request:
143143
url: "{api_live_url}/{endpoint}/{adult_report.pk}/"
144144
method: "GET"
@@ -177,7 +177,7 @@ stages:
177177
type: ref
178178
- id: login
179179
type: ref
180-
- name: App user can not retrieve others notification
180+
- name: App user can not retrieve others reports
181181
request:
182182
url: "{api_live_url}/{endpoint}/{adult_report.pk}/"
183183
method: "GET"

0 commit comments

Comments
 (0)