We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3502bc commit b5f3be5Copy full SHA for b5f3be5
test/UnitTest/Components/AjaxTest.cs
@@ -19,6 +19,7 @@ public async Task Ajax_Test()
19
};
20
Assert.Equal("/api/Login", option.Url);
21
Assert.Equal("POST", option.Method);
22
+ Assert.False(option.ToJson);
23
Assert.NotNull(option.Data);
24
25
var service = Context.Services.GetRequiredService<AjaxService>();
0 commit comments