While working on a change for the EmailOpensAbsoluteCountAction dynamic filter, I noticed a logic error in its integration tests that is fixed by this commit. The _before() method of the test class was creating a machine open. But due to the way that the machine open was created, it meant that it was actually created as a human open, changing the expected result of one of the tests. [MAILPOET-3614]