Method: Gitlab::QA::Component::SAML#set_entity_id
- Defined in:
- lib/gitlab/qa/component/saml.rb
#set_entity_id(entity_id) ⇒ Object
26 27 28 |
# File 'lib/gitlab/qa/component/saml.rb', line 26 def set_entity_id(entity_id) @environment['SIMPLESAMLPHP_SP_ENTITY_ID'] = entity_id end |