Skip to content

Commit 555cc28

Browse files
authored
Merge branch 'main' into fix-custom-threshold-rule-serverless-tests
2 parents 94a0a8a + e2a7157 commit 555cc28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/alerting/get_action_error_log.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
ObjectRemover,
1515
getTestRuleData,
1616
getEventLog,
17-
getConsumerUnauthorizedErrorMessage,
17+
getUnauthorizedErrorMessage,
1818
} from '../../../../common/lib';
1919
import { FtrProviderContext } from '../../../../common/ftr_provider_context';
2020

@@ -101,7 +101,7 @@ export default function createGetActionErrorLogTests({ getService }: FtrProvider
101101
expect(response.statusCode).to.eql(403);
102102
expect(response.body).to.eql({
103103
error: 'Forbidden',
104-
message: getConsumerUnauthorizedErrorMessage(
104+
message: getUnauthorizedErrorMessage(
105105
'get',
106106
'test.cumulative-firing',
107107
'alertsFixture'

0 commit comments

Comments
 (0)