Commit 2503090
authored
Fix test_adl for azure-datalake-store 1.0.1+ compatibility (#866)
The azure-datalake-store library removed the 'auth' attribute from the
lib module in version 1.0.1. Add create=True to patch.object to allow
mocking the attribute even when it doesn't exist in the module.1 parent 8d8d155 commit 2503090
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments