Skip to content

Commit

Permalink
chore: feed Azure DevOps Go Plugin into table info checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ks authored and abeizn committed Mar 15, 2024
1 parent ff71960 commit 2e6a020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/plugins/table_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (

"github.com/apache/incubator-devlake/helpers/unithelper"
ae "github.com/apache/incubator-devlake/plugins/ae/impl"
azuredevops "github.com/apache/incubator-devlake/plugins/azuredevops_go/impl"
bamboo "github.com/apache/incubator-devlake/plugins/bamboo/impl"
bitbucket "github.com/apache/incubator-devlake/plugins/bitbucket/impl"
bitbucket_server "github.com/apache/incubator-devlake/plugins/bitbucket_server/impl"
Expand Down Expand Up @@ -58,6 +59,7 @@ func Test_GetPluginTablesInfo(t *testing.T) {
ValidatePluginCount: true,
})
checker.FeedIn("ae/models", ae.AE{}.GetTablesInfo)
checker.FeedIn("azuredevops_go/models", azuredevops.Azuredevops{}.GetTablesInfo)
checker.FeedIn("bamboo/models", bamboo.Bamboo{}.GetTablesInfo)
checker.FeedIn("bitbucket/models", bitbucket.Bitbucket{}.GetTablesInfo)
checker.FeedIn("bitbucket_server/models", bitbucket_server.BitbucketServer{}.GetTablesInfo)
Expand Down

0 comments on commit 2e6a020

Please sign in to comment.