Skip to content

Commit 7ce8465

Browse files
Excludes BlockUnmockedRequests from the generated mocks file
1 parent acfc289 commit 7ce8465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

m365-developer-proxy-plugins/MockResponses/MockResponsePlugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class MockResponseConfiguration {
2020
public bool NoMocks { get; set; } = false;
2121
[JsonIgnore]
2222
public string MocksFile { get; set; } = "responses.json";
23+
[JsonIgnore]
2324
public bool BlockUnmockedRequests { get; set; } = false;
2425

2526
[JsonPropertyName("responses")]

0 commit comments

Comments
 (0)