Add activity query client test
This commit is contained in:
parent
2378ba894d
commit
1ee02d1451
@ -159,6 +159,13 @@ func test_Info(t *testing.T) {
|
|||||||
assert.NotEqual(t, nil, res)
|
assert.NotEqual(t, nil, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func test_Activity(t *testing.T) {
|
||||||
|
res, err := testClient.Activity()
|
||||||
|
|
||||||
|
assert.Equal(t, nil, err)
|
||||||
|
assert.NotEqual(t, nil, res)
|
||||||
|
}
|
||||||
|
|
||||||
func test_Databases(t *testing.T) {
|
func test_Databases(t *testing.T) {
|
||||||
res, err := testClient.Databases()
|
res, err := testClient.Databases()
|
||||||
|
|
||||||
@ -360,6 +367,7 @@ func TestAll(t *testing.T) {
|
|||||||
test_NewClientFromUrl(t)
|
test_NewClientFromUrl(t)
|
||||||
test_Test(t)
|
test_Test(t)
|
||||||
test_Info(t)
|
test_Info(t)
|
||||||
|
test_Activity(t)
|
||||||
test_Databases(t)
|
test_Databases(t)
|
||||||
test_Objects(t)
|
test_Objects(t)
|
||||||
test_Table(t)
|
test_Table(t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user