summaryrefslogtreecommitdiff
path: root/qa/qa/resource/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/base.rb')
-rw-r--r--qa/qa/resource/base.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/qa/qa/resource/base.rb b/qa/qa/resource/base.rb
index 00c002cae9c..2abe1904c92 100644
--- a/qa/qa/resource/base.rb
+++ b/qa/qa/resource/base.rb
@@ -96,11 +96,7 @@ module QA
result = yield.tap do
fabrication_time = Time.now - start
fabrication_http_method = if resource.api_fabrication_http_method == :get || resource.retrieved_from_cache
- if include?(Reusable)
- "Retrieved for reuse"
- else
- "Retrieved"
- end
+ "Retrieved"
else
"Built"
end