|
@@ -27,9 +27,7 @@ public class GTMServiceTest {
|
|
|
void testCreateContainer() throws DataException {
|
|
|
GTMContainerDTO gtmContainer =
|
|
|
gtmService.createContainer(
|
|
|
- accountResourceName,
|
|
|
- "AdWeb3 Test #" + RandomStringUtils.randomNumeric(5),
|
|
|
- googleTagId);
|
|
|
+ accountResourceName, "AdWeb3 Test #" + RandomStringUtils.randomNumeric(5));
|
|
|
|
|
|
System.out.println(JsonUtils.toJson(gtmContainer));
|
|
|
gtmService.deleteContainer(gtmContainer.getResourceName());
|