class Gitlab::QA::Component::AiGateway

def initialize

def initialize
  super
  # These keys are test keys and are safe to be shared, but masking them in logs so they do not raise concern
  @secrets << TEST_SIGNING_KEY
  @secrets << TEST_VALIDATION_KEY
end