mirror of
https://github.com/bitwarden/server.git
synced 2024-12-22 16:57:36 +01:00
Update response code (#3949)
This commit is contained in:
parent
66593297b9
commit
2f9daf2149
@ -58,6 +58,6 @@ public class ProviderOrganizationController(
|
|||||||
organization,
|
organization,
|
||||||
requestBody.AssignedSeats);
|
requestBody.AssignedSeats);
|
||||||
|
|
||||||
return TypedResults.NoContent();
|
return TypedResults.Ok();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -163,6 +163,6 @@ public class ProviderOrganizationControllerTests
|
|||||||
organization,
|
organization,
|
||||||
requestBody.AssignedSeats);
|
requestBody.AssignedSeats);
|
||||||
|
|
||||||
Assert.IsType<NoContent>(result);
|
Assert.IsType<Ok>(result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user