Skip to content

Commit

Permalink
[apm-ui] File names don't match the previous expected ones (elastic#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 24, 2020
1 parent 337734d commit db8f986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: check-case-conflict
exclude: ^target/
- id: check-executables-have-shebangs
exclude: ^target/
exclude: (^scripts/kibana/validate-ts-interfaces-against-apm-server-sample-docs/scripts/download-sample-docs.ts$|^target/)
- id: check-json
exclude: ^target/
- id: check-merge-conflict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ interface DocType {
const docTypes: DocType[] = [
{
interfaceName: 'SpanRaw',
interfacePath: '../apm-ui-interfaces/raw/SpanRaw',
interfacePath: '../apm-ui-interfaces/raw/span_raw',
url: `https://raw.githubusercontent.com/elastic/apm-server/${branch}/beater/test_approved_es_documents/TestPublishIntegrationSpans.approved.json`
},
{
interfaceName: 'TransactionRaw',
interfacePath: '../apm-ui-interfaces/raw/TransactionRaw',
interfacePath: '../apm-ui-interfaces/raw/transaction_raw',
url: `https://raw.githubusercontent.com/elastic/apm-server/${branch}/beater/test_approved_es_documents/TestPublishIntegrationTransactions.approved.json`
},
{
interfaceName: 'ErrorRaw',
interfacePath: '../apm-ui-interfaces/raw/ErrorRaw',
interfacePath: '../apm-ui-interfaces/raw/error_raw',
url: `https://raw.githubusercontent.com/elastic/apm-server/${branch}/beater/test_approved_es_documents/TestPublishIntegrationErrors.approved.json`
}
];
Expand Down

0 comments on commit db8f986

Please sign in to comment.