Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Prev Previous commit
Next Next commit
.
  • Loading branch information
tevoinea committed Oct 18, 2023
commit 39af72a2e003e4733b89e0bcd55ce64e2e73baae
2 changes: 1 addition & 1 deletion src/cli/onefuzz/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def delete(self, name: str) -> responses.BoolResult:
return self._req_model(
"DELETE", responses.BoolResult, data=requests.ContainerDelete(name=name)
)

def update(
self, name: str, metadata: Dict[str, str]
) -> responses.ContainerInfoBase:
Expand Down