Skip to content

Commit

Permalink
fix mocked key
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie4k-code committed Dec 5, 2024
1 parent e6e4572 commit ef8f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserService/UserService.UnitTests/JwtCreatorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class JwtCreatorTests
public void CreateJwt_ShouldReturnJwt_IsString()
{
var jwtSettings = Options.Create(new JwtSettings());
jwtSettings.Value.Key = "secret123";
jwtSettings.Value.Key = "iegonrigreonigoer3490r329403grhio3nroi";
jwtSettings.Value.Issuer = "issuer";

var jwtCreator = new JwtCreator(jwtSettings);
Expand Down

0 comments on commit ef8f052

Please sign in to comment.