summaryrefslogtreecommitdiff
path: root/t/07_properties.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/rest/properties.t (renamed from t/07_properties.t)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/07_properties.t b/t/rest/properties.t
index 26a643c..f6327ac 100644
--- a/t/07_properties.t
+++ b/t/rest/properties.t
@@ -5,7 +5,7 @@ use Test::More;
use Net::Riak;
use HTTP::Response;
-my $client = Net::Riak::Client->new;
+my $client = Net::Riak::Client->with_traits('Net::Riak::Transport::REST')->new();
ok my $bucket = Net::Riak::Bucket->new(name => 'bar', client => $client),
'client created';