Skip to content

Commit e9a6833

Browse files
committed
Updated plugin file.
1 parent b968911 commit e9a6833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2e-test/resources/pluginParameters.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gcsCsvFileSchema=[{"key":"EmployeeDepartment","value":"string"},{"key":"Employee
1313
{"key":"Salary","value":"int"},{"key":"wotkhours","value":"int"}]
1414
gcsCSVFileOutputSchema={ "type": "record", "name": "text", "fields": [ \
1515
{ "name": "EmployeeDepartment", "type": "string" }, { "name": "Employeename", "type": "string" }, \
16-
{ "name": "Salary", "type": "int" }, { "name": "wotkhours", "type": "int" }] }
16+
{ "name": "Salary", "type": "int" }, { "name": "wotkhours", "type": "int" } ] }
1717
gcsTsvFile=testdata/GCS_TSV_TEST.tsv
1818
gcsTsvFileSchema=[{"key":"testscenarioid","value":"string"},{"key":"testdescription","value":"string"},\
1919
{"key":"testconditionid","value":"string"},{"key":"testtype","value":"string"}]

0 commit comments

Comments
 (0)