Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Mar 7, 2024
1 parent bf2045c commit 7cca9fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package org.apache.celeborn.common.rpc

import org.scalatest.matchers.must.Matchers.be
import org.scalatest.matchers.should.Matchers.{an, convertToAnyShouldWrapper}

import org.apache.celeborn.CelebornFunSuite
import org.apache.celeborn.common.identity.UserIdentifier
import org.apache.celeborn.common.network.sasl.{SaslCredentials, SecretRegistryImpl}
import org.apache.celeborn.common.network.sasl.registration.RegistrationInfo

Expand Down Expand Up @@ -72,6 +72,7 @@ class RpcSecurityContextSuite extends CelebornFunSuite {
.withAppId("clientAppId")
.withAddRegistrationBootstrap(true)
.withRegistrationInfo(new RegistrationInfo())
.withUserIdentifier(UserIdentifier.UNKNOWN_USER_IDENTIFIER)
.build()

clientContext.appId shouldBe "clientAppId"
Expand Down

0 comments on commit 7cca9fd

Please sign in to comment.