aboutsummaryrefslogtreecommitdiffstats
path: root/test/mainapp/test_osdfapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mainapp/test_osdfapp.py')
-rw-r--r--test/mainapp/test_osdfapp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mainapp/test_osdfapp.py b/test/mainapp/test_osdfapp.py
index c162ac0..7fbe707 100644
--- a/test/mainapp/test_osdfapp.py
+++ b/test/mainapp/test_osdfapp.py
@@ -65,8 +65,8 @@ class TestOSDFApp(TestCase):
resp = osdfapp.internal_failure(e)
assert resp.status_code == 500
- def test_getOptions_default(self):
- opts = osdfapp.getOptions(["PROG"]) # ensure nothing breaks
+ def test_get_options_default(self):
+ opts = osdfapp.get_options(["PROG"]) # ensure nothing breaks
if __name__ == "__main__":