Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci] adding test for deleting auth-app token #10814

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nirajacharya2
Copy link
Contributor

@nirajacharya2 nirajacharya2 commented Dec 31, 2024

Description

This PR adds test for deleting auth-app token

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1: locally
  • test case 2: ci
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@nirajacharya2 nirajacharya2 self-assigned this Dec 31, 2024
@nirajacharya2 nirajacharya2 force-pushed the add-auth-app-delete-token-test branch 2 times, most recently from c344afd to ee95a6e Compare January 10, 2025 08:55
@nirajacharya2 nirajacharya2 changed the title [tests-only][full-ci] adding test for deleting auth token using cli [tests-only][full-ci] adding test for deleting auth-app token Jan 10, 2025
@nirajacharya2 nirajacharya2 marked this pull request as ready for review January 10, 2025 08:57
@nirajacharya2 nirajacharya2 force-pushed the add-auth-app-delete-token-test branch from ee95a6e to 6688f7d Compare January 13, 2025 03:31
@nirajacharya2 nirajacharya2 requested a review from saw-jan January 13, 2025 03:33
tests/acceptance/bootstrap/AuthAppContext.php Outdated Show resolved Hide resolved
tests/acceptance/bootstrap/AuthAppContext.php Outdated Show resolved Hide resolved
tests/acceptance/bootstrap/AuthAppContext.php Outdated Show resolved Hide resolved
@nirajacharya2 nirajacharya2 force-pushed the add-auth-app-delete-token-test branch from 6688f7d to bdb3337 Compare January 13, 2025 06:16
@nirajacharya2 nirajacharya2 requested a review from saw-jan January 13, 2025 06:16
@nirajacharya2 nirajacharya2 force-pushed the add-auth-app-delete-token-test branch from ff5d546 to f07448a Compare January 13, 2025 11:06
*
* @return void
*/
public function userdeletesAllCreatedAuthAppToken(string $user): void {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function userdeletesAllCreatedAuthAppToken(string $user): void {
public function userDeletesAllCreatedAuthAppToken(string $user): void {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants