Skip to content
Snippets Groups Projects
Commit 15cbec8e authored by Georgi Michev's avatar Georgi Michev
Browse files

Apply code review changes.

parent a89c8214
No related branches found
No related tags found
1 merge request!35Add tests for evaluating policies and setting cache using header.
Pipeline #54587 passed with stage
in 6 minutes and 40 seconds
......@@ -40,8 +40,8 @@ Feature: API -TSA - Cache - v1/cache GET
Then the status code should be {200}
And the field {msg} has the value {successful setting the cache}
@test
Scenario: TSA - using header values for setting TTL on cache - Positive
@negative
Scenario: TSA - Setting 10 seconds time to live and verifing it expires - Negative
When I load the REST request {Cache.json} with profile {successful_set}
And I load value {test} into current request HEADER {x-cache-key}
And I load value {10} into current request HEADER {x-cache-ttl}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment