mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 12:48:07 +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",
|
||||
status_code=404,
|
||||
)
|
||||
else:
|
||||
pool = Pool.get_by_name(agent_node.pool_name)
|
||||
|
Reference in New Issue
Block a user