Skip to content

Commit

Permalink
addons: Update test data to use expected format of add-on name.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Aug 9, 2023
1 parent d884481 commit 51e5b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/serverstate/statetest/test_add_on.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ My favorite add-on README.
})

testAddOn := &pb.AddOn{
Name: pn + "-" + addOnDefinitionName + "-1",
Name: "your friendly neighborhood add-on",
Project: &pb.Ref_Project{
Project: pn,
},
Expand Down

0 comments on commit 51e5b75

Please sign in to comment.