modified test because of new step of data preparation. It now expects to find ResultCountrySet serialization nstead of DatasourceCountry

This commit is contained in:
Miriam Baglioni 2020-05-08 11:49:19 +02:00
parent d6b9de9f46
commit 53952707b6
2 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ public class CountryPropagationJobTest {
new String[] {
"--isSparkSessionManaged", Boolean.FALSE.toString(),
"--sourcePath", sourcePath,
"--hive_metastore_uris", "",
"-saveGraph", "true",
"-resultTableName", Software.class.getCanonicalName(),
"-outputPath", workingDir.toString() + "/software",