Skip to content

Commit a122326

Browse files
authored
Require app host in test specs to pass validation locally (#227)
1 parent df7cbb2 commit a122326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GTMAppAuth.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ requests with AppAuth.
4646
'GTMAppAuth/Tests/Helpers/**/*.swift',
4747
]
4848
unit_tests.dependency 'AppAuth/Core'
49+
unit_tests.requires_app_host = true
4950
end
5051

5152
s.test_spec 'objc-api-integration' do |api_tests|
@@ -59,6 +60,7 @@ requests with AppAuth.
5960
'GTMAppAuth/Tests/Helpers/**/*.swift',
6061
]
6162
api_tests.dependency 'AppAuth/Core'
63+
api_tests.requires_app_host = true
6264
end
6365

6466
end

0 commit comments

Comments
 (0)