From 76bd1bb212177824379c485c553e54530a854009 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 2 Oct 2017 12:43:21 +0100 Subject: PLT-7705: API to get data retention policy. (#7539) * PLT-7705: API to get data retention policy. * Fix review comments. --- api4/data_retention_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api4/data_retention_test.go (limited to 'api4/data_retention_test.go') diff --git a/api4/data_retention_test.go b/api4/data_retention_test.go new file mode 100644 index 000000000..9a0b35ea6 --- /dev/null +++ b/api4/data_retention_test.go @@ -0,0 +1,16 @@ +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +package api4 + +import ( + "testing" +) + +func TestDataRetentionGetPolicy(t *testing.T) { + th := Setup().InitBasic() + defer TearDown() + + _, resp := th.Client.GetDataRetentionPolicy() + CheckNotImplementedStatus(t, resp) +} -- cgit v1.2.3-1-g7c22