-
Notifications
You must be signed in to change notification settings - Fork 88
Commit 5f73cf7
test: Use yaml.safe_load() instead of yaml.load() in cloudformation export tests
PyYAML deprecated use of yaml.load() function without Loader argument since 5.1. Updating to call safe_load() instead as load() was deemed unsafe per PyYAML documatation since its first release in 20061 parent 7f223e8 commit 5f73cf7
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 | - | ||
275 | + | ||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| |||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
303 | - | ||
303 | + | ||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
|
0 commit comments