Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 25, 2023
1 parent 22ec10f commit 0599ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/port/cli/scorecards.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func (c *PortClient) CreateScorecard(blueprintIdentifier string, scorecard port.
resp, err := c.Client.R().
SetResult(&pb).
SetBody(scorecard).
SetPathParam("{blueprint}", blueprintIdentifier).
SetPathParam("blueprint", blueprintIdentifier).
Post("v1/blueprints/{blueprint}/scorecards")
if err != nil {
return nil, err
Expand Down

0 comments on commit 0599ab3

Please sign in to comment.