summaryrefslogtreecommitdiff
path: root/tests/sources
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.com>2017-07-14 15:31:31 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-17 23:03:00 +0900
commit24b26e741578ce33fe60ffd57797c546e49fe2e0 (patch)
tree7a62a0c07e832076e8aba677b35e8e237e04baab /tests/sources
parente21bf756032cc7995fe1e2648c30fe9139382142 (diff)
downloadbuildstream-24b26e741578ce33fe60ffd57797c546e49fe2e0.tar.gz
Fix tests
Diffstat (limited to 'tests/sources')
-rw-r--r--tests/sources/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/local.py b/tests/sources/local.py
index 7c7dd57bb..10da06e60 100644
--- a/tests/sources/local.py
+++ b/tests/sources/local.py
@@ -48,7 +48,7 @@ def test_unique_key(tmpdir, datafiles):
assert(setup.source.get_kind() == 'local')
# Get the unique key
- unique_key = setup.source.get_unique_key()
+ unique_key = setup.source._get_unique_key()
# No easy way to test this, let's just check that the
# returned 'thing' is an array of tuples and the first element