* Update team_test.go

* Update plugin_api_test.go
Этот коммит содержится в:
chahat arora
2019-05-10 02:10:05 +05:30
коммит произвёл Jesse Hallam
родитель 6e8f7467bb
Коммит 3f3bc5c49c
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -2473,7 +2473,7 @@ func TestUpdateTeamScheme(t *testing.T) {
_, resp = th.Client.UpdateTeamScheme(team.Id, teamScheme.Id)
CheckForbiddenStatus(t, resp)
// Test that a license is requried.
// Test that a license is required.
th.App.SetLicense(nil)
_, resp = th.SystemAdminClient.UpdateTeamScheme(team.Id, teamScheme.Id)
CheckNotImplementedStatus(t, resp)