This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Apply in tmanager/core/service_participant_test.go | |
| // | |
| // This test demonstrates that explicit participant deletion | |
| // through tmanager.DisposeProfile creates a new dispose orchestration payload | |
| // from stored profile state, with the prior deploy state nested under | |
| // cfm.vpa.state. | |
| func TestDisposeProfile_DoesNotFlattenStoredStateIntoPayloadRoot(t *testing.T) { | |
| ctx := context.Background() | |
| service := newTestParticipantService() |