Skip to content

Commit

Permalink
Require app host in test specs to pass validation locally (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Apr 10, 2023
1 parent df7cbb2 commit a122326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GTMAppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ requests with AppAuth.
'GTMAppAuth/Tests/Helpers/**/*.swift',
]
unit_tests.dependency 'AppAuth/Core'
unit_tests.requires_app_host = true
end

s.test_spec 'objc-api-integration' do |api_tests|
Expand All @@ -59,6 +60,7 @@ requests with AppAuth.
'GTMAppAuth/Tests/Helpers/**/*.swift',
]
api_tests.dependency 'AppAuth/Core'
api_tests.requires_app_host = true
end

end

0 comments on commit a122326

Please sign in to comment.