Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
fix and re-enable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Feb 7, 2025
1 parent bb86771 commit 1e599bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
<Test
Identifier = "AutoconsentIntegrationTests/testWhenAutoconsentDisabled_promptIsDisplayed()">
</Test>
<Test
Identifier = "ConfigurationManagerIntegrationTests/testTdsAreFetchedFromURLBasedOnPrivacyConfigExperiment()">
</Test>
<Test
Identifier = "CoreDataEncryptionTests/testSavingIncorrectValueTypes()">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@
<Test
Identifier = "AutoconsentIntegrationTests/testWhenAutoconsentDisabled_promptIsDisplayed()">
</Test>
<Test
Identifier = "ConfigurationManagerIntegrationTests/testTdsAreFetchedFromURLBasedOnPrivacyConfigExperiment()">
</Test>
<Test
Identifier = "CoreDataEncryptionTests/testSavingIncorrectValueTypes()">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ final class ConfigurationManagerIntegrationTests: XCTestCase {
// THEN
var newEtag = ContentBlocking.shared.trackerDataManager.fetchedData?.etag
XCTAssertNotEqual(etag, newEtag)
XCTAssertEqual(newEtag, "\"2ce60c57c3d384f986ccbe2c422aac44\"")
XCTAssertEqual(newEtag, "\"5c0f8d8cdcd80e3f26889323dae1dff9\"")

// RESET
_ = AppConfigurationURLProvider(customPrivacyConfiguration: AppConfigurationURLProvider.Constants.defaultPrivacyConfigurationURL)
Expand Down

0 comments on commit 1e599bd

Please sign in to comment.