Skip to content

Commit 514136c

Browse files
committed
Remove expected templates
1 parent b77d6d8 commit 514136c

File tree

3 files changed

+0
-927
lines changed

3 files changed

+0
-927
lines changed

src/test/java/org/sagebionetworks/template/global/GlobalResourcesBuilderImplTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ public void testBuildGlobalResourcesDev() throws InterruptedException {
129129
assertNull(req.getParameters());
130130
assertNotNull(req.getTemplateBody());
131131

132-
String expectedJson = new JSONObject(TemplateUtils.loadContentFromFile("global/dev-global-resources.json")).toString();
133-
134132
JSONObject templateJSON = new JSONObject(req.getTemplateBody());
135133
// System.out.println(templateJSON.toString(2));
136134

@@ -158,8 +156,6 @@ public void testBuildGlobalResourcesProd() throws InterruptedException {
158156
assertEquals(expectedTags, req.getTags());
159157
assertNull(req.getParameters());
160158
assertNotNull(req.getTemplateBody());
161-
162-
String expectedJson = new JSONObject(TemplateUtils.loadContentFromFile("global/prod-global-resources.json")).toString();
163159

164160
JSONObject templateJSON = new JSONObject(req.getTemplateBody());
165161
// System.out.println(templateJSON.toString(2));

0 commit comments

Comments
 (0)