Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit b3b767a

Browse files
author
Michael Weber
committed
Fix ServerInfo test for 7.3.0
tested that it still passes with 7.2.6
1 parent 630fdce commit b3b767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/splunk/introspection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestIntrospectionService_ServerInfo(t *testing.T) {
1717
assert.NilError(t, err)
1818
assert.Equal(t, len(info), 1)
1919
assert.Assert(t, info[0].ID != "")
20-
assert.Assert(t, len(resp.Links) > 0)
20+
assert.Assert(t, len(info[0].Links) > 0)
2121
assert.Equal(t, resp.Paging.Offset, 0)
2222
_, build := resp.Generator["build"]
2323
assert.Assert(t, build)

0 commit comments

Comments
 (0)