Skip to content
Snippets Groups Projects
Commit d554ce65 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

remove unnecessary calls to global

parent e34bb82c
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,7 @@ def org_data(question):
nren3,KU,Technical centre
nren3,VDU,Technical centre
nren3,VU,Technical centre
nren3,org_data
org_data
org_data
org_data
org_dataKTU,"NOC, administrative authority"
nren3,KTU,"NOC, administrative authority"
"""
if question == OrgQuestion.PARENT_ORG_NAME:
......@@ -122,7 +118,6 @@ org_dataKTU,"NOC, administrative authority"
def setup_survey_db(app_with_survey_db, mocker):
global org_data
def get_rows_as_tuples(*args, **kwargs):
return [
......
......@@ -18,11 +18,7 @@ def org_data(question):
nren3,KU,Technical centre
nren3,VDU,Technical centre
nren3,VU,Technical centre
nren3,org_data
org_data
org_data
org_data
org_dataKTU,"NOC, administrative authority"
nren3,KTU,"NOC, administrative authority"
"""
if question == OrgQuestion.PARENT_ORG_NAME:
......@@ -111,7 +107,6 @@ org_dataKTU,"NOC, administrative authority"
def test_publisher(app_with_survey_db, mocker):
global org_data
def get_rows_as_tuples(*args, **kwargs):
return [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment