mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-19 13:03:44 +00:00
@ -5,7 +5,9 @@ using System.Threading.Tasks;
|
||||
using Microsoft.Azure.Functions.Worker.Http;
|
||||
using Microsoft.OneFuzz.Service;
|
||||
|
||||
enum RequestType {
|
||||
namespace IntegrationTests.Fakes;
|
||||
|
||||
public enum RequestType {
|
||||
NoAuthorization,
|
||||
User,
|
||||
Agent,
|
||||
|
Reference in New Issue
Block a user