Skip to content

Commit

Permalink
Small fixes and include missing test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 8, 2024
1 parent 96e815d commit 711aaff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AiServer.ServiceModel/QueueGenerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public interface IQueueGeneration
[Tag(Tag.Jobs)]
[Api("Get job status")]
[Description("Retrieve the status of a background job")]
public class GetJobStatus : IReturn<GetJobStatusResponse>
public class GetJobStatus : IGet, IReturn<GetJobStatusResponse>
{
[ApiMember(Description = "Unique identifier of the background job")]
[Description("Unique identifier of the background job")]
Expand Down
Binary file added AiServer.Tests/files/test_video.mp4
Binary file not shown.

0 comments on commit 711aaff

Please sign in to comment.