This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 75f125698670136fa9399d3e52f9850b2c35ceb1 Author: zhangliang <[email protected]> AuthorDate: Thu Jun 23 21:23:29 2022 +0800 fix: fix e2e error --- plugins/jira/e2e/issue_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/jira/e2e/issue_test.go b/plugins/jira/e2e/issue_test.go index 767afada..4ea35e9c 100644 --- a/plugins/jira/e2e/issue_test.go +++ b/plugins/jira/e2e/issue_test.go @@ -89,8 +89,6 @@ func TestIssueDataFlow(t *testing.T) { "std_story_point", "std_type", "std_status", - "created_at", - "updated_at", "_raw_data_params", "_raw_data_table", "_raw_data_id",
