File tree Expand file tree Collapse file tree
test-harness/src/test/java/io/jenkins/plugins/casc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package io .jenkins .plugins .casc ;
22
3- import static hudson .model .ManagementLink .Category .CONFIGURATION ;
43import static io .jenkins .plugins .casc .ConfigurationAsCode .CASC_JENKINS_CONFIG_PROPERTY ;
54import static io .jenkins .plugins .casc .misc .Util .getJenkinsRoot ;
65import static io .jenkins .plugins .casc .misc .Util .toYamlString ;
@@ -341,12 +340,6 @@ void testHtmlDocStringRetrieval(JenkinsConfiguredWithCodeRule j) throws Exceptio
341340 assertEquals (expectedDocString , actualDocString );
342341 }
343342
344- @ Test
345- void configurationCategory (JenkinsConfiguredWithCodeRule j ) {
346- ConfigurationAsCode configurationAsCode = ConfigurationAsCode .get ();
347- assertThat (configurationAsCode .getCategory (), is (CONFIGURATION ));
348- }
349-
350343 private static File newFolder (File root , String ... subDirs ) throws IOException {
351344 String subFolder = String .join ("/" , subDirs );
352345 File result = new File (root , subFolder );
You can’t perform that action at this time.
0 commit comments