@@ -469,8 +469,8 @@ def test_error_report_where_report_is_expected( # pylint: disable=redefined-out
469469 OrderedDict (
470470 ** {
471471 "Type" : "Submission Failure" ,
472- "Table " : "planets" ,
473- "Data Item" : "orbitalPeriod" ,
472+ "Group " : "planets" ,
473+ "Data Item Submission Name " : "orbitalPeriod" ,
474474 "Category" : "Bad value" ,
475475 "Error Code" : "LONG_ORBIT" ,
476476 "Count" : 1 ,
@@ -479,8 +479,8 @@ def test_error_report_where_report_is_expected( # pylint: disable=redefined-out
479479 OrderedDict (
480480 ** {
481481 "Type" : "Submission Failure" ,
482- "Table " : "planets" ,
483- "Data Item" : "gravity" ,
482+ "Group " : "planets" ,
483+ "Data Item Submission Name " : "gravity" ,
484484 "Category" : "Bad value" ,
485485 "Error Code" : "STRONG_GRAVITY" ,
486486 "Count" : 1 ,
@@ -497,23 +497,23 @@ def test_error_report_where_report_is_expected( # pylint: disable=redefined-out
497497 assert error_data_records == [
498498 OrderedDict (
499499 ** {
500- "Table " : "planets" ,
500+ "Group " : "planets" ,
501501 "Type" : "Submission Failure" ,
502502 "Error Code" : "LONG_ORBIT" ,
503- "Data Item" : "orbitalPeriod" ,
504- "Error " : "Planet has long orbital period" ,
503+ "Data Item Submission Name " : "orbitalPeriod" ,
504+ "Errors and Warnings " : "Planet has long orbital period" ,
505505 "Value" : 365.20001220703125 ,
506506 "ID" : None ,
507507 "Category" : "Bad value" ,
508508 }
509509 ),
510510 OrderedDict (
511511 ** {
512- "Table " : "planets" ,
512+ "Group " : "planets" ,
513513 "Type" : "Submission Failure" ,
514514 "Error Code" : "STRONG_GRAVITY" ,
515- "Data Item" : "gravity" ,
516- "Error " : "Planet has too strong gravity" ,
515+ "Data Item Submission Name " : "gravity" ,
516+ "Errors and Warnings " : "Planet has too strong gravity" ,
517517 "Value" : 9.800000190734863 ,
518518 "ID" : None ,
519519 "Category" : "Bad value" ,
0 commit comments