mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix bad merge (#7553)
This commit is contained in:
committed by
Christopher Speller
parent
078467ee96
commit
605ac2a10c
@@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
func TestDataRetentionGetPolicy(t *testing.T) {
|
func TestDataRetentionGetPolicy(t *testing.T) {
|
||||||
th := Setup().InitBasic()
|
th := Setup().InitBasic()
|
||||||
defer TearDown()
|
defer th.TearDown()
|
||||||
|
|
||||||
_, resp := th.Client.GetDataRetentionPolicy()
|
_, resp := th.Client.GetDataRetentionPolicy()
|
||||||
CheckNotImplementedStatus(t, resp)
|
CheckNotImplementedStatus(t, resp)
|
||||||
|
|||||||
Reference in New Issue
Block a user