Skip to content

Commit

Permalink
Update owner command
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed May 13, 2024
1 parent 39b7d40 commit ddd198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov_auth/commands/owner/owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def cancel_trial(self, org_username: str) -> None:
org_username=org_username
)

def cancel_trial(self, input) -> None:
def update_self_hosted_settings(self, input) -> None:
return self.get_interactor(UpdateSelfHostedSettingsInteractor).execute(input)

Check warning on line 88 in codecov_auth/commands/owner/owner.py

View check run for this annotation

Codecov Public QA / codecov/patch

codecov_auth/commands/owner/owner.py#L88

Added line #L88 was not covered by tests

Check warning on line 88 in codecov_auth/commands/owner/owner.py

View check run for this annotation

Codecov Notifications / codecov/patch

codecov_auth/commands/owner/owner.py#L88

Added line #L88 was not covered by tests

Check warning on line 88 in codecov_auth/commands/owner/owner.py

View check run for this annotation

Codecov - QA / codecov/patch

codecov_auth/commands/owner/owner.py#L88

Added line #L88 was not covered by tests

Check warning on line 88 in codecov_auth/commands/owner/owner.py

View check run for this annotation

Codecov / codecov/patch

codecov_auth/commands/owner/owner.py#L88

Added line #L88 was not covered by tests

0 comments on commit ddd198b

Please sign in to comment.