Leonidas Tsampros

Results 3 comments of Leonidas Tsampros

@johscheuer I came at the same conclusion as you when I looked at this last, that `LogGroup` is propagated through the env vars to the command executed and I'm fine...

> I'll try to verify that again and see if there are any logs that have the wrong LogGroup. If the LogGroup is set correctly in all logs I would...

I think this is still an issue as I can reproduce it even with the correct ordering of the variable. ```python @parameterized.expand([("x", "y"),]) @patch("foo") def test_bar(x, y, foo): assertEqual(1,2) ```...