You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for whatever reason resetting tokens does not seem to work in between test cases.
as a result, only the first test class that gets executed (currently "dataExtension.test") needs to get a token while the others don't. This means that the first test in a class always fails when trying to execute it without first running dataExtension tests.
The text was updated successfully, but these errors were encountered:
for whatever reason resetting tokens does not seem to work in between test cases.
as a result, only the first test class that gets executed (currently "dataExtension.test") needs to get a token while the others don't. This means that the first test in a class always fails when trying to execute it without first running dataExtension tests.
The text was updated successfully, but these errors were encountered: