Commit cf35f57
authored
fix(integ-runner): snapshots involving AZs are different if
In #666 we used `synthFast()` to
always generate a snapshot in the same was as was used for validating
(which was also using `synthFast()`).
The difference being, that the context we load depends on the
`enableLookups: false|true` flag that's passed to `new IntegTest()` in
the test case itself. So when writing the snapshot we have to take that
same field into account.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 licenseenableLookups: false (#685)1 parent 7b10fee commit cf35f57
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
329 | 331 | | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
333 | | - | |
| 335 | + | |
334 | 336 | | |
335 | 337 | | |
336 | 338 | | |
| |||
0 commit comments