Skip to content

Commit 076452e

Browse files
authored
Remove unused AttestationServiceUrl() from KeyVault Keys tests (#6363)
* Remove unused AttestationServiceUrl() from KeyVault Keys tests * Delete unused test_consts.hpp * Remove unnecessary include of "test_consts.hpp" in key_client_create_test_live.cpp * Update CMakeLists.txt to remove unused test_consts.hpp
1 parent eaadd48 commit 076452e

File tree

3 files changed

+0
-247
lines changed

3 files changed

+0
-247
lines changed

sdk/keyvault/azure-security-keyvault-keys/test/ut/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ add_executable (
3030
macro_guard.cpp
3131
mocked_client_test.cpp
3232
mocked_transport_adapter_test.hpp
33-
test_consts.hpp
3433
)
3534

3635
target_compile_definitions(azure-security-keyvault-keys-test PRIVATE _azure_BUILDING_TESTS)

sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_create_test_live.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "key_client_base_test.hpp"
66
#include "private/key_constants.hpp"
77
#include "private/key_serializers.hpp"
8-
#include "test_consts.hpp"
98

109
#include <azure/core/base64.hpp>
1110
#include <azure/core/internal/json/json.hpp>

0 commit comments

Comments
 (0)