Skip to content

Commit 1be6998

Browse files
committed
Merge pull request motech#411 from martokarski/dev/AdminBundleITFix
FIX Remove dependency int AdminBundleIT test from cms-lite module
2 parents b2f920a + 1b81a24 commit 1be6998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/admin/src/test/java/org/motechproject/admin/it/AdminBundleIT.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ public void testMessageController() throws IOException, InterruptedException {
133133

134134
@Test
135135
public void testUploadBundleFromRepository() throws IOException, InterruptedException {
136-
uploadBundle("Repository", "org.motechproject:cms-lite:LATEST", null,
137-
"on","org.motechproject.cms-lite");
136+
uploadBundle("Repository", "org.motechproject:motech-tasks:LATEST", null,
137+
"on","org.motechproject.motech-tasks");
138138
}
139139

140140
@Test

0 commit comments

Comments
 (0)