Commit 67596c7
authored
Update TrustedHosts setting with ToString method (#531)
We noticed a cast exception in our tests ->
Cannot convert 'System.Object[]' to the type 'System.String' required by
the parameter. Specified method is not supported.
# Change type
- [x] Bug fix (non-breaking change)
# Checklist:
- [x] My code follows the style and contribution guidelines of this
project.
- [x] I have tested and validated my code changes.1 parent 4a56513 commit 67596c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1897 | 1897 | | |
1898 | 1898 | | |
1899 | 1899 | | |
1900 | | - | |
| 1900 | + | |
1901 | 1901 | | |
1902 | 1902 | | |
1903 | 1903 | | |
| |||
0 commit comments