From 73c5ae48ea689249d30c2f639b4d094f672309e3 Mon Sep 17 00:00:00 2001 From: Dominic Martinez Date: Thu, 18 Dec 2025 11:53:52 -0700 Subject: [PATCH] TIDO-600 Clarify tests are optional in output text (#8) --- md-query.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md-query.robot b/md-query.robot index 6b0c41d..7b9a145 100644 --- a/md-query.robot +++ b/md-query.robot @@ -45,14 +45,14 @@ Variables variables.py ${resp}= Get Entity baseUrl=${BASE_URL} identifier=${ENTITY_ID_ENCODED} Dictionary Should Contain Key ${resp.headers} last-modified msg=SHOULD return Last-Modified header -4.1 Conditional Retrieval +4.1 Conditional Retrieval (Optional) [Tags] optional ${resp}= Get Entity baseUrl=${BASE_URL} identifier=${ENTITY_ID_ENCODED} ${etag}= Get From Dictionary ${resp.headers} ETag ${resp}= Conditional Get Entity baseUrl=${BASE_URL} identifier=${ENTITY_ID_ENCODED} etag=${etag} Should Be Equal As Strings ${resp.status_code} 304 msg=SHOULD return HTTP status code 304 -4.2 Content Caching +4.2 Content Caching (Optional) [Tags] optional # "Responders SHOULD include cache control information with successful # (200 status code) responses, assuming the responder knows when