mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
Don't use HTTP 404 on agent refresh error (#287)
This commit is contained in:
@ -57,7 +57,6 @@ def get(req: func.HttpRequest) -> func.HttpResponse:
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
context="agent registration",
|
context="agent registration",
|
||||||
status_code=404,
|
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
pool = Pool.get_by_name(agent_node.pool_name)
|
pool = Pool.get_by_name(agent_node.pool_name)
|
||||||
|
Reference in New Issue
Block a user