Skip to content

Commit

Permalink
pr feedback and sqube!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Soto committed Nov 15, 2024
1 parent 2cc8b1c commit 32e32ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ paths:
parameters:
- $ref: '#/components/parameters/PipelineName'
get:
summary: Return info about the users quota usage for the specified pipeline
summary: Return info about the user's quota usage for the specified pipeline
operationId: getQuotaForPipeline
tags: [ quotas ]
responses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

@ContextConfiguration(classes = {QuotasController.class, GlobalExceptionHandler.class})
@WebMvcTest
public class QuotasControllerTest {
class QuotasControllerTest {
@MockBean QuotasService quotasServiceMock;
@MockBean SamUserFactory samUserFactoryMock;
@MockBean SamConfiguration samConfiguration;
Expand Down

0 comments on commit 32e32ac

Please sign in to comment.