mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(edge): fix status inspect error message EE-5190 (#8661)
This commit is contained in:
parent
40c387f4f4
commit
347f66b1f1
2 changed files with 6 additions and 8 deletions
|
@ -30,7 +30,7 @@ var endpointTestCases = []endpointTestCase{
|
|||
{
|
||||
portainer.Endpoint{},
|
||||
portainer.EndpointRelation{},
|
||||
http.StatusNotFound,
|
||||
http.StatusForbidden,
|
||||
},
|
||||
{
|
||||
portainer.Endpoint{
|
||||
|
@ -43,7 +43,7 @@ var endpointTestCases = []endpointTestCase{
|
|||
portainer.EndpointRelation{
|
||||
EndpointID: -1,
|
||||
},
|
||||
http.StatusNotFound,
|
||||
http.StatusForbidden,
|
||||
},
|
||||
{
|
||||
portainer.Endpoint{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue