Commit 11803c5
authored
NO-SNOW: Fix failing test_invalid_connection_parameters_turned_off (snowflakedb#2631)
The failure was caused by boto PythonDeprecationWarning. To avoid if/else logic for checking boto availability I decided to check suffixes of the warnings instead of their types.1 parent e54936b commit 11803c5
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
817 | 819 | | |
818 | | - | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
819 | 823 | | |
820 | 824 | | |
821 | 825 | | |
| |||
0 commit comments