Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Dec 16, 2023
1 parent 69ae730 commit ecbfaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugins/secrets/builtin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestSecretListPipeline(t *testing.T) {
// repo secret
repoSecret := &model.Secret{
ID: 3,
OrgID: 1,
OrgID: 0,
RepoID: 1,
Name: "secret",
Value: "value-repo",
Expand Down

0 comments on commit ecbfaf2

Please sign in to comment.