mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
initial commit of code
This commit is contained in:
9
tests/test_misc.py
Normal file
9
tests/test_misc.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import pytest
|
||||
import requests
|
||||
import peeringdb_server.models as models
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
def test_requests_ssl():
|
||||
r = requests.get("https://www.google.com")
|
||||
assert r.status_code == 200
|
Reference in New Issue
Block a user