We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94a0a8a + e2a7157 commit 555cc28Copy full SHA for 555cc28
1 file changed
x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/alerting/get_action_error_log.ts
@@ -14,7 +14,7 @@ import {
14
ObjectRemover,
15
getTestRuleData,
16
getEventLog,
17
- getConsumerUnauthorizedErrorMessage,
+ getUnauthorizedErrorMessage,
18
} from '../../../../common/lib';
19
import { FtrProviderContext } from '../../../../common/ftr_provider_context';
20
@@ -101,7 +101,7 @@ export default function createGetActionErrorLogTests({ getService }: FtrProvider
101
expect(response.statusCode).to.eql(403);
102
expect(response.body).to.eql({
103
error: 'Forbidden',
104
- message: getConsumerUnauthorizedErrorMessage(
+ message: getUnauthorizedErrorMessage(
105
'get',
106
'test.cumulative-firing',
107
'alertsFixture'
0 commit comments