Experiment with setting up system test docker services
This commit is contained in:
9
tests/WebApi.Tests.System/TokenResponse.cs
Normal file
9
tests/WebApi.Tests.System/TokenResponse.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace WebApi.Tests.System;
|
||||
|
||||
public class TokenResponse
|
||||
{
|
||||
[JsonPropertyName("access_token")]
|
||||
public required string AccessToken { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user