Skip to content

Commit 35e9ce4

Browse files
committed
fixup! Test issue
1 parent 9af95a3 commit 35e9ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/microsoft-graph-authz/src/test/java/org/elasticsearch/xpack/security/authz/microsoft/MicrosoftGraphAuthzRealmTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ public void testLookupUser() {
135135

136136
final var realm = new MicrosoftGraphAuthzRealm(roleMapper, config, client, licenseState, threadPool);
137137
final var future = new PlainActionFuture<User>();
138-
realm.lookupUser(username, future);
139-
140138
try (var mockLog = MockLog.capture(MicrosoftGraphAuthzRealm.class)) {
139+
realm.lookupUser(username, future);
140+
141141
mockLog.addExpectation(
142142
new MockLog.SeenEventExpectation(
143143
"Fetch user properties",

0 commit comments

Comments
 (0)