Bug 8351: Enforce check-style rules for restconf - sal-rest-connector
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / nn / to / json / test / NnToJsonWithAugmentTest.java
index 74986845e826744a229c7d54e34e1ed63047050e..632cfc199b85594defdee6eb80012ad30f2a2c5b 100644 (file)
@@ -38,7 +38,7 @@ public class NnToJsonWithAugmentTest extends AbstractBodyReaderTest {
     public static void initialize() {
         schemaContext = schemaContextLoader("/nn-to-json/augmentation",
                 schemaContext);
-        controllerContext.setSchemas(schemaContext);
+        CONTROLLER_CONTEXT.setSchemas(schemaContext);
     }
 
     @Test