Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix output directory of policy fragment test (#845)
Browse files Browse the repository at this point in the history
Co-authored-by: Farhad Alizada <falizada@microsoft.com>
  • Loading branch information
f-alizada and Farhad Alizada committed Nov 24, 2022
1 parent 6726ce7 commit ba8f68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public async Task GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplat
public async Task GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplateForSingleApi_GivenDifferentPolicyFragmentIdCases()
{
// arrange
var currentTestDirectory = Path.Combine(this.OutputDirectory, nameof(GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplateForSingleApi));
var currentTestDirectory = Path.Combine(this.OutputDirectory, nameof(GeneratePolicyFragmentTemplates_GeneratesPolicyFragmentTemplateForSingleApi_GivenDifferentPolicyFragmentIdCases));

var extractorConfig = this.GetDefaultExtractorConsoleAppConfiguration(
apiName: "api");
Expand Down

0 comments on commit ba8f68f

Please sign in to comment.