aboutsummaryrefslogtreecommitdiff
path: root/plugins/templating/src/test/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/templating/src/test/kotlin')
-rw-r--r--plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt b/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt
index aba668f7..96fcc8dd 100644
--- a/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt
+++ b/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt
@@ -32,7 +32,7 @@ class AddToSearchCommandResolutionTest : TemplatingAbstractTest() {
val folder: TemporaryFolder = TemporaryFolder()
@ParameterizedTest
- @ValueSource(strings = ["navigation-pane.json", "pages.json"])
+ @ValueSource(strings = ["pages.json"])
fun `should merge navigation templates`(fileName: String) {
val (module1Navigation, module2Navigation) = setupTestDirectoriesWithContent(fileName)