This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch feat#5841-3
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/feat#5841-3 by this push:
new 5e12ab105 fix: python plugin e2e test
5e12ab105 is described below
commit 5e12ab10515d4a823652bf2d66404c780469b133
Author: abeizn <[email protected]>
AuthorDate: Fri Sep 8 14:46:31 2023 +0800
fix: python plugin e2e test
---
backend/test/e2e/remote/python_plugin_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/test/e2e/remote/python_plugin_test.go
b/backend/test/e2e/remote/python_plugin_test.go
index d14f3ca57..568694ccc 100644
--- a/backend/test/e2e/remote/python_plugin_test.go
+++ b/backend/test/e2e/remote/python_plugin_test.go
@@ -167,7 +167,7 @@ func TestRunPipeline(t *testing.T) {
},
})
require.Equal(t, models.TASK_COMPLETED, pipeline.Status)
- require.Equal(t, 1, pipeline.FinishedTasks)
+ require.Equal(t, 1, pipeline.TotalTasks)
require.Equal(t, "", pipeline.ErrorName)
}