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

[Bug] Static tests are interfering with development velocity. #2272

Open
brentschmaltz opened this issue Aug 29, 2023 · 0 comments
Open

[Bug] Static tests are interfering with development velocity. #2272

brentschmaltz opened this issue Aug 29, 2023 · 0 comments

Comments

@brentschmaltz
Copy link
Member

The following test use static jwts as base64urlencoded strings and are used to compare jwts generated dynamically.
Any changes to the order of the artifacts used to create the jwts (Default.cs or to the order of creating the header or payload will break the test.

We need to find another way to meet the needs of these tests.

public void CreateJWEUsingSecurityTokenDescriptor(CreateTokenTheoryData theoryData)

public void CreateJWSWithAdditionalHeaderClaims(CreateTokenTheoryData theoryData)

public void CreateJWEWithAdditionalHeaderClaims(CreateTokenTheoryData theoryData)

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

No branches or pull requests

3 participants