Skip to content

Commit e384947

Browse files
committed
Ignore http warning in openshift functional test
1 parent 1cb7589 commit e384947

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)