Some bug fixes and Minor Chages.
[music.git] / src / test / java / org / onap / music / unittests / jsonobjects / JsonLeasedLockTest.java
index 0014093..b7dfa07 100644 (file)
@@ -44,11 +44,4 @@ public class JsonLeasedLockTest {
         assertEquals(lease,jl.getLeasePeriod());
     }
 
-    @Test
-    public void testGetNotifyUrl() {
-        String url = "http://somewhere.com";
-        jl.setNotifyUrl(url);
-        assertEquals(url,jl.getNotifyUrl());
-    }
-
 }