mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 06:44:50 -04:00
operator: isolate integration tests (#1651)
This commit is contained in:
parent
e335421dd2
commit
bf0d169cf6
7 changed files with 123 additions and 31 deletions
|
@ -34,3 +34,9 @@ func (u *fakeScalingGroupUpdater) SetScalingGroupImage(_ context.Context, scalin
|
|||
u.scalingGroupImage[scalingGroupID] = imageURI
|
||||
return nil
|
||||
}
|
||||
|
||||
func (u *fakeScalingGroupUpdater) reset() {
|
||||
u.Lock()
|
||||
defer u.Unlock()
|
||||
u.scalingGroupImage = make(map[string]string)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue