Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix second accessToken
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed Jul 7, 2020
1 parent 0d0b355 commit e5fcaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/Integration Tests/MGLIntegrationTestCase.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ + (XCTestSuite*)defaultTestSuite {
XCTestSuite *newTestSuite = [XCTestSuite testSuiteWithName:defaultTestSuite.name];

BOOL runPendingTests = [[[NSProcessInfo processInfo] environment][@"MAPBOX_RUN_PENDING_TESTS"] boolValue];
NSString *accessToken = [[NSProcessInfo processInfo] environment][@"MAPBOX_ACCESS_TOKEN"];
NSString *accessToken = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MGLMapboxAccessToken"];

for (XCTest *test in tests) {

Expand Down

0 comments on commit e5fcaa1

Please sign in to comment.