Skip to content

Commit

Permalink
Revert "fix: mutation testing ignoring test value for private key"
Browse files Browse the repository at this point in the history
This reverts commit 00d89a3.
  • Loading branch information
Tr00d committed Nov 29, 2023
1 parent 00d89a3 commit f48fa0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Vonage.Common.Test/TestHelpers/TokenHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public static class TokenHelper
{
private const string FilePath = "./../../../../key.txt";
private const string FilePath = "./TestHelpers/key.txt";

/// <summary>
/// Loads the key from the text file.
Expand Down
1 change: 0 additions & 1 deletion Vonage.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
pull_request_template.md = pull_request_template.md
.whitesource = .whitesource
cliff.toml = cliff.toml
Key.txt = Key.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vonage", "Vonage\Vonage.csproj", "{41EF17C9-8D2E-4C7B-B2EE-3BD1A4CC1A1B}"
Expand Down

0 comments on commit f48fa0a

Please sign in to comment.