Skip to content

Commit 44e1933

Browse files
authored
Merge pull request #250 from QuanMPhm/improve/test_http_warning
Ignore http warning in openshift functional test
2 parents 6b971c0 + e384947 commit 44e1933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run_functional_tests_openshift.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fi
1515
export DJANGO_SETTINGS_MODULE="local_settings"
1616
export FUNCTIONAL_TESTS="True"
1717
export OS_API_URL="https://onboarding-onboarding.cluster.local:6443"
18+
export PYTHONWARNINGS="ignore:Unverified HTTPS request"
1819

1920

2021
coverage run --source="." -m django test coldfront_plugin_cloud.tests.functional.openshift

0 commit comments

Comments
 (0)