Toggle
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / UtilsTest.java
index 017126e..8ea5300 100644 (file)
@@ -34,7 +34,7 @@ public class UtilsTest {
 
        @Test
        public void testBuildOkResponse() throws Exception {
-               int status = 0;
+               int status = 200;
                Object entity = null;
                Map<String, String> additionalHeaders = null;
                Response result;