Skip to content

Commit

Permalink
Fixing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Jan 8, 2024
1 parent 1ae834a commit 45e5867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class AWSPinpointAnalyticsPluginIntergrationTests: XCTestCase {

// Remove userId from the current endpoint
let endpointClient = endpointClient()
let currentProfile = await endpointClient.currentEndpointProfile()
var currentProfile = await endpointClient.currentEndpointProfile()
currentProfile.addUserId("")
try await endpointClient.updateEndpointProfile(with: currentProfile)
}
Expand Down

0 comments on commit 45e5867

Please sign in to comment.