mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix(snapshots): remove the attempt to snapshot untrusted environments EE-7407 (#12044)
This commit is contained in:
parent
6eb9e906af
commit
66119a8b57
3 changed files with 6 additions and 5 deletions
|
@ -15,9 +15,10 @@ import (
|
|||
|
||||
func TestPingAgentPanic(t *testing.T) {
|
||||
endpoint := &portainer.Endpoint{
|
||||
ID: 1,
|
||||
EdgeID: "test-edge-id",
|
||||
Type: portainer.EdgeAgentOnDockerEnvironment,
|
||||
ID: 1,
|
||||
EdgeID: "test-edge-id",
|
||||
Type: portainer.EdgeAgentOnDockerEnvironment,
|
||||
UserTrusted: true,
|
||||
}
|
||||
|
||||
_, store := datastore.MustNewTestStore(t, true, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue