Commit 7ebc55c
committed
Fix GitHubIssue4703 test
This commit fixes the GitHubIssue4703 test to use a client that
always uses the default internal serializer. Utf8Json and Json.NET
serialize ValueTuples with different Item* casing - the former
always emits pascal casing whilst Json.NET will case according to
serializer settings
(cherry picked from commit 6e6be17)1 parent 20e1353 commit 7ebc55c
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | | - | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
0 commit comments