This is an automated email from the ASF dual-hosted git repository.
zhangliang2022 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 22d45759e fix: extra csv file generated during e2e test (#4573)
22d45759e is described below
commit 22d45759e118fcd17696cdebc4d7718cf590ac2f
Author: mindlesscloud <[email protected]>
AuthorDate: Thu Mar 2 19:22:54 2023 +0800
fix: extra csv file generated during e2e test (#4573)
---
backend/plugins/bitbucket/e2e/repo_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/plugins/bitbucket/e2e/repo_test.go
b/backend/plugins/bitbucket/e2e/repo_test.go
index 85f88c316..f8fd6f939 100644
--- a/backend/plugins/bitbucket/e2e/repo_test.go
+++ b/backend/plugins/bitbucket/e2e/repo_test.go
@@ -62,7 +62,7 @@ func TestRepoDataFlow(t *testing.T) {
assert.Nil(t, err)
dataflowTester.VerifyTable(
models.BitbucketRepo{},
- "./snapshot_tables/_tool_bitbucket_repos1.csv",
+ "./snapshot_tables/_tool_bitbucket_repos.csv",
e2ehelper.ColumnWithRawData(
"connection_id",
"bitbucket_id",