Merge "minor corrections"
[nonrtric.git] / r-app-catalogue / src / test / java / org / oransc / rappcatalogue / HttpsRequestTest.java
index 3cf2c2e..9b943df 100644 (file)
@@ -69,7 +69,7 @@ public class HttpsRequestTest {
 
     @Test
     public void testSsl() {
-        assertEquals(this.webServerFactory.getSsl().isEnabled(), true);
+        assertEquals(true, this.webServerFactory.getSsl().isEnabled());
     }
 
     @Test