likyh commented on code in PR #2224:
URL: https://github.com/apache/incubator-devlake/pull/2224#discussion_r899235727
##########
plugins/gitlab/e2e/mr_notes_test.go:
##########
@@ -28,18 +28,17 @@ import (
"github.com/apache/incubator-devlake/plugins/gitlab/tasks"
)
-func TestGitlabMrDataFlow(t *testing.T) {
+func TestGitlabMrNoteDataFlow(t *testing.T) {
var gitlab impl.Gitlab
dataflowTester := e2ehelper.NewDataFlowTester(t, "gitlab", gitlab)
taskData := &tasks.GitlabTaskData{
Options: &tasks.GitlabOptions{
ConnectionId: 1,
- ProjectId: 18524154,
+ ProjectId: 20171709,
},
}
-
// import raw data table
dataflowTester.ImportCsvIntoRawTable("./tables/_raw_gitlab_api_merge_requests.csv",
Review Comment:
It should be spilt after
https://github.com/apache/incubator-devlake/pull/2207/files#diff-496adff56c77277556e295cc57e896a1085ed532bc1a30ec143d4a1976ef4619R119
merged
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]