Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
caioq committed Oct 21, 2024
1 parent cf89afd commit 66891a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/plugins/gitlab/api/blueprint_V200_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ func TestMakeDataSourcePipelinePlanV200(t *testing.T) {
Name: gitlabProjectName,
PathWithNamespace: pathWithNamespace,
HttpUrlToRepo: httpUrlToRepo,
Scope: common.Scope{
ConnectionId: connectionID,
},
},
ScopeConfig: scopeConfig,
},
Expand Down Expand Up @@ -166,6 +169,8 @@ func TestMakeDataSourcePipelinePlanV200(t *testing.T) {
"name": gitlabProjectName,
"fullName": pathWithNamespace,
"url": "https://git:nddtf@this_is_cloneUrl",
"connectionId": connectionID,
"pluginName": pluginName,
},
},
},
Expand Down

0 comments on commit 66891a8

Please sign in to comment.