@@ -24,7 +24,7 @@ def test_create_from_url(client, model_run_with_model_run_data_rows,
24
24
modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
25
25
id
26
26
}}""" , {"model_run_id" : annotation_import .parent_id
27
- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
27
+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
28
28
client .execute (
29
29
"""mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
30
30
deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
@@ -49,7 +49,7 @@ def test_create_from_objects(client, model_run_with_model_run_data_rows,
49
49
modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
50
50
id
51
51
}}""" , {"model_run_id" : annotation_import .parent_id
52
- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
52
+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
53
53
client .execute (
54
54
"""mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
55
55
deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
@@ -79,7 +79,7 @@ def test_create_from_local_file(client, tmp_path,
79
79
modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
80
80
id
81
81
}}""" , {"model_run_id" : annotation_import .parent_id
82
- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
82
+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
83
83
client .execute (
84
84
"""mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
85
85
deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
@@ -105,7 +105,7 @@ def test_get(client, model_run_with_model_run_data_rows,
105
105
modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
106
106
id
107
107
}}""" , {"model_run_id" : annotation_import .parent_id
108
- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
108
+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
109
109
client .execute (
110
110
"""mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
111
111
deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
0 commit comments