Skip to content

Commit 6f06ae4

Browse files
committed
Update test with correct operationId
1 parent 7bd51e5 commit 6f06ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.OpenApi.Hidi.Tests/Services/OpenApiServiceTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public async Task ReturnConvertedCSDLFile()
3838
}
3939

4040
[Theory]
41-
[InlineData("Todos.Todo.UpdateTodoById",null, 1)]
42-
[InlineData("Todos.Todo.ListTodo",null, 1)]
41+
[InlineData("Todos.Todo.UpdateTodo",null, 1)]
42+
[InlineData("Todos.Todo.ListTodo", null, 1)]
4343
[InlineData(null, "Todos.Todo", 4)]
4444
public async Task ReturnFilteredOpenApiDocBasedOnOperationIdsAndInputCsdlDocument(string operationIds, string tags, int expectedPathCount)
4545
{

0 commit comments

Comments
 (0)