Commit c89c753e authored by Sanad Liaquat's avatar Sanad Liaquat Committed by Andrejs Cunskis

E2E: Check if license present instead of checking for nil

parent 87b41d2f
......@@ -7,7 +7,7 @@ module QA
def perform_before_hooks
# Without a license, perform the CE before hooks only.
unless ENV['EE_LICENSE']
unless ENV['EE_LICENSE'].present?
QA::CE::Strategy.perform_before_hooks
return
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment