Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
addons: Update state test to verify updated add-on name.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Aug 23, 2023
1 parent 3d3fb99 commit 5802086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/serverstate/statetest/test_add_on.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ My favorite add-on README.
)
require.NoError(err)
require.NotNil(updatedAddOn)
require.Equal(updatedAddOnName, updatedAddOn.Name)

err = s.AddOnDelete(ctx, &pb.Ref_AddOn{
Identifier: &pb.Ref_AddOn_Name{
Expand Down

0 comments on commit 5802086

Please sign in to comment.