chromium/components/policy/test_support/request_handler_for_upload_euicc_info_unittest.cc

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

#include "components/policy/test_support/request_handler_for_upload_euicc_info.h"

#include <utility>

#include "components/policy/core/common/cloud/cloud_policy_constants.h"
#include "components/policy/test_support/embedded_policy_test_server_test_base.h"
#include "net/http/http_status_code.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace policy {
namespace {
constexpr char kDeviceId[] =;
}  // namespace

class RequestHandlerForUploadEuiccInfoTest
    : public EmbeddedPolicyTestServerTestBase {};

TEST_F(RequestHandlerForUploadEuiccInfoTest, HandleRequest) {}

}  // namespace policy