Skip to content

Commit

Permalink
fix: fix for TmsRunSettings always overriding in config by default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Chernykh committed Jan 16, 2025
1 parent 5ecd896 commit 8da8ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TmsRunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ private static AdapterConfig GetAdapterConfiguration(IEnumerable<string> args)
TmsConfigFile = ac.TmsConfigFile,
TmsLabelsOfTestsToRun = ac.TmsLabelsOfTestsToRun,
TmsAutomaticCreationTestCases = ac.TmsAutomaticCreationTestCases,
TmsRunSettings = ac.TmsRunSettings,
TmsAutomaticUpdationLinksToTestCases = ac.TmsAutomaticUpdationLinksToTestCases,
TmsCertValidation = ac.TmsCertValidation
};
Expand Down

0 comments on commit 8da8ecb

Please sign in to comment.