> Task :test
RevokeEndpointTest > WHEN superuser revokes entries of other group THEN superuser is submitter of revocation entry() FAILED
java.lang.AssertionError:
Expected: is "test_superuser"
but: was "testuser"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.loculus.backend.controller.TestHelpersKt.assertSubmitterIs(TestHelpers.kt:81)
at org.loculus.backend.controller.submission.RevokeEndpointTest.WHEN superuser revokes entries of other group THEN superuser is submitter of revocation entry(RevokeEndpointTest.kt:114)
To ensure we're fixing it in #3246