Method: Gitlab::QA::Component::SAML#set_assertion_consumer_service
- Defined in:
- lib/gitlab/qa/component/saml.rb
#set_assertion_consumer_service(assertion_con_service) ⇒ Object
30 31 32 |
# File 'lib/gitlab/qa/component/saml.rb', line 30 def set_assertion_consumer_service(assertion_con_service) @environment['SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE'] = assertion_con_service end |