Skip to content

Commit

Permalink
Add to ignore addresses for api test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-M-Waldman committed Apr 16, 2024
1 parent d354d46 commit 0c26682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ais/api/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def test_address_query_can_end_in_comma(client):
assert_status(response, 200)

def test_opa_query_returns_child_address(client):
ignore_addresses = ['1501-53 N 24TH ST', '514-32 N CREIGHTON ST', '901-99 MARKET ST', '630-50 W FISHER AVE', '630R-50 W FISHER AVE', '1501-39 MARKET ST', '8842-54 FRANKFORD AVE', '1131-45 VINE ST', '750-86 N 46TH ST', '1000A-52 FRANKFORD AVE', '4215-19 LUDLOW ST', '3118-98 CHESTNUT ST', '1501S-39 MARKET ST', '3423-35 WEYMOUTH ST', '4421R-51 N PHILIP ST', '5911R-27 BELFIELD AVE', '4130-50 CITY AVE', '3302R-64 N 3RD ST', '430-32 FAIRMOUNT AVE', '5501-35 E WISTER ST', '4131-63 WHITAKER AVE', '2611-21 W HUNTINGDON ST']
ignore_addresses = ['1501-53 N 24TH ST', '514-32 N CREIGHTON ST', '901-99 MARKET ST', '630-50 W FISHER AVE', '630R-50 W FISHER AVE', '1501-39 MARKET ST', '8842-54 FRANKFORD AVE', '1131-45 VINE ST', '750-86 N 46TH ST', '1000A-52 FRANKFORD AVE', '4215-19 LUDLOW ST', '3118-98 CHESTNUT ST', '1501S-39 MARKET ST', '3423-35 WEYMOUTH ST', '4421R-51 N PHILIP ST', '5911R-27 BELFIELD AVE', '4130-50 CITY AVE', '3302R-64 N 3RD ST', '430-32 FAIRMOUNT AVE', '5501-35 E WISTER ST', '4131-63 WHITAKER AVE', '2611-21 W HUNTINGDON ST', '5541 VINE ST', '5539-51 VINE ST']

CHILD_SQL = '''
SELECT child.street_address, parent.street_address
Expand Down

0 comments on commit 0c26682

Please sign in to comment.