Add update and get-by-tag for schedules
This commit is contained in:
parent
2af71a8d84
commit
e157a5d02d
10 changed files with 107 additions and 18 deletions
tests/tavern_tests
|
@ -27,6 +27,7 @@ stages:
|
|||
periods:
|
||||
- start: "00:10"
|
||||
end: "00:20"
|
||||
tags: []
|
||||
response:
|
||||
status_code: 200
|
||||
verify_response_with:
|
||||
|
@ -62,6 +63,7 @@ stages:
|
|||
periods:
|
||||
- start: "16:10"
|
||||
end: "17:20"
|
||||
tags: []
|
||||
response:
|
||||
status_code: 200
|
||||
verify_response_with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue