Update comment for SaveMappingToFile (#553)

This commit is contained in:
Stef Heyenrath
2020-12-23 08:46:24 +01:00
committed by GitHub
parent a228cdcb7c
commit f104b24f66
2 changed files with 66 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ namespace WireMock.Settings
string SaveMappingForStatusCodePattern { get; set; }
/// <summary>
/// Save the mapping for each request/response also to a file. (Note that SaveMapping must also be set to true.)
/// Save the mapping for each request/response to a .json mapping file.
/// </summary>
bool SaveMappingToFile { get; set; }