spec/support/templates/gitlab/config/vite.gdk.json.erb_spec.rb [95:104]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'protocol' => 'wss'
          },
          'https' => {
            'enabled' => true,
            'key' => key_path,
            'certificate' => cert_path
          }
        })
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/support/templates/gitlab/config/vite.gdk.json.erb_spec.rb [160:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              'protocol' => 'wss'
            },
            'https' => {
              'enabled' => true,
              'key' => key_path,
              'certificate' => cert_path
            }
          })
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



