aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-05-03 15:14:47 +0200
committerStefan Majewsky <majewsky@gmx.net>2018-05-03 15:14:47 +0200
commit0e685c1a6632f2f421713f677dd1ae691dedaa68 (patch)
tree6e69cf8026523a63a71aa5f13f0ef87e2ab51f86 /tests
parentaf4e8d74bfe7afd4ad65eea9d6385ca969428ed6 (diff)
downloadgo-schwift-0e685c1a6632f2f421713f677dd1ae691dedaa68.tar.gz
add configurable User-Agent to Schwift, Gopherschwift
Diffstat (limited to 'tests')
-rw-r--r--tests/shared_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared_test.go b/tests/shared_test.go
index c6b15e4..df9092e 100644
--- a/tests/shared_test.go
+++ b/tests/shared_test.go
@@ -71,7 +71,7 @@ func testWithAccount(t *testing.T, testCode func(a *schwift.Account)) {
}
}
- account, err := gopherschwift.Wrap(client)
+ account, err := gopherschwift.Wrap(client, nil)
if err != nil {
t.Error(err.Error())
return