mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 10:38:08 +00:00
C# Refactor For Webhook Queue (#1818)
* Working on Webhook Queue Changes. * Initial Push w/ Webhook Work. * Initial Push. Working on Testing. * Moving InstanceId * Removing primitives. * Formatting. * Fixing formatting? * Moving GetInstanceId to containers. * Moving comments for formatting. * Removing unused dependency. * Comments. * Add WebhookEventGrid test. * Fixing how tests work. * Working to resolve conflicts. * Resolving conflicts. * Fixing chagnes. * Tested code. * Formatting. * MoreFormatting. * More formatting. * Fixing syntax. * Fixing syntax. * Removing test and webhookmessagelogoperation class. * Using config. * Fixing ProxyOperations.
This commit is contained in:
committed by
GitHub
parent
af7d815e4f
commit
0b1c7aea9c
@ -244,9 +244,6 @@ namespace Tests {
|
||||
); ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public static Gen<Report> Report() {
|
||||
return Arb.Generate<Tuple<string, BlobRef, List<string>, Guid, int>>().Select(
|
||||
arg =>
|
||||
@ -373,6 +370,7 @@ namespace Tests {
|
||||
return Arb.From(OrmGenerators.Notification());
|
||||
}
|
||||
|
||||
|
||||
public static Arbitrary<WebhookMessageEventGrid> WebhookMessageEventGrid() {
|
||||
return Arb.From(OrmGenerators.WebhookMessageEventGrid());
|
||||
}
|
||||
@ -548,7 +546,6 @@ namespace Tests {
|
||||
return Test(n);
|
||||
}
|
||||
|
||||
|
||||
[Property]
|
||||
public bool Job(Job j) {
|
||||
return Test(j);
|
||||
|
Reference in New Issue
Block a user