tests: Remove stray uses of CONFIG_ZTEST_NEW_API

Commit 345735d0a8 removed all uses of the
now obsolete CONFIG_ZTEST_NEW_API Kconfig option. A couple of stray ones
are still remaining in the tree, remove them.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2023-10-26 10:17:19 +02:00 committed by Carles Cufí
parent 66f5fce68f
commit 03a7dfbaa8
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
# Set log levels
CONFIG_I2C_LOG_LEVEL_WRN=y

View File

@ -1,2 +1 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y