chromium/chrome/browser/payments/empty_parameters_browsertest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/test/payments/payment_request_platform_browsertest_base.h"
#include "components/payments/content/service_worker_payment_app_finder.h"
#include "components/payments/core/test_payment_manifest_downloader.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/storage_partition.h"
#include "content/public/test/browser_test.h"

namespace payments {

class EmptyParametersTest : public PaymentRequestPlatformBrowserTestBase {};

namespace {

IN_PROC_BROWSER_TEST_F(EmptyParametersTest, NoCrash) {}

}  // namespace
}  // namespace payments