Skip to content

Commit 32ef6a3

Browse files
committed
Revert "fix(plumber): create workflow test"
This reverts commit 670b30b.
1 parent 670b30b commit 32ef6a3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

plumber/ppl/test/workflow/workflow_api_server_test.exs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,21 +1739,12 @@ defmodule Plumber.WorkflowAPI.Server.Test do
17391739
# Create
17401740

17411741
test "gRPC create() - create workflow" do
1742-
repo = %{
1743-
owner: UUID.uuid4(),
1744-
repo_name: "test-repo",
1745-
branch_name: "main",
1746-
commit_sha: UUID.uuid4()
1747-
}
1748-
|> InternalApi.PlumberWF.CreateRequest.Repo.new()
1749-
17501742
%{
17511743
service: 3,
17521744
project_id: UUID.uuid4(),
17531745
request_token: UUID.uuid4(),
17541746
label: "some_label",
1755-
organization_id: UUID.uuid4(),
1756-
repo: repo
1747+
organization_id: UUID.uuid4()
17571748
}
17581749
|> InternalApi.PlumberWF.CreateRequest.new()
17591750
|> create_wf()

0 commit comments

Comments
 (0)