-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIA-2621 add usnat to /meta-data
#508
DIA-2621 add usnat to /meta-data
#508
Conversation
ConsentViewController/Classes/SourcePointClient/MetaDataRequestResponse.swift
Outdated
Show resolved
Hide resolved
@@ -503,5 +503,33 @@ class SPClientCoordinatorSpec: QuickSpec { | |||
} | |||
} | |||
} | |||
|
|||
// TODO: remove fdescribe | |||
fdescribe("a property with USNat campaign") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI f
in fdescribe
might be a typo, pls double check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, remove the comment pls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I placed this comments on purpose, because unfortunately we have to skip a lot of tests in order to run them while pointing the SDK to stage. The SDK rely on ids that are only available in prod. Those TODO
s will remind us to bring the tests back before merging to develop.
17c2f66
to
84ccb68
Compare
6395cb1
to
8bb63cb
Compare
USNatCampaign
SPUSNatConsent
SPUserData
to containSPUSNatConsent
/meta-data
request/response to containusnat
/meta-data
when calling response.loadMessages
SPCoordinator
regarding USNat/meta-data
Since usnat is only available on stage and many tests rely on ids present only on prod, several tests were skipped. Only the ones related to the feature will run. We'll revert that back when usnat is in preprod and we're close to merge to develop.