aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_buildid_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/download_images_buildid_test.py')
-rwxr-xr-xcrosperf/download_images_buildid_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/download_images_buildid_test.py b/crosperf/download_images_buildid_test.py
index e3352f8e..690ebd98 100755
--- a/crosperf/download_images_buildid_test.py
+++ b/crosperf/download_images_buildid_test.py
@@ -68,7 +68,7 @@ class ImageDownloaderBuildIDTest(object):
print "Translating '%s'" % test_id
self.tests_run = self.tests_run + 1
- result = downloader._GetBuildID(self.chromeos_root, test_id)
+ result = downloader.GetBuildID(self.chromeos_root, test_id)
# Verify that we got a build id back.
self.assertIsNotNone(result, 'result')