Skip to content

Commit 65f3975

Browse files
committed
Fix quick tests
1 parent bb6250d commit 65f3975

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.teamcity/src/builds/Checks.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ object Checks : BuildType({
1717
"Check File Casing" to ".ci/teamcity/checks/file_casing.sh",
1818
"Check Licenses" to ".ci/teamcity/checks/licenses.sh",
1919
"Verify NOTICE" to ".ci/teamcity/checks/verify_notice.sh",
20-
"Test Hardening" to ".ci/teamcity/checks/test_hardening.sh",
2120
"Check Types" to ".ci/teamcity/checks/type_check.sh",
2221
"Check Jest Configs" to ".ci/teamcity/checks/jest_configs.sh",
2322
"Check Doc API Changes" to ".ci/teamcity/checks/doc_api_changes.sh",

.teamcity/src/builds/test/QuickTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object QuickTests : BuildType({
1212
kibanaAgent(2)
1313

1414
val testScripts = mapOf(
15-
"Test Hardening" to ".ci/teamcity/checkes/test_hardening.sh",
15+
"Test Hardening" to ".ci/teamcity/checks/test_hardening.sh",
1616
"Test Projects" to ".ci/teamcity/tests/test_projects.sh",
1717
"Mocha Tests" to ".ci/teamcity/tests/mocha.sh"
1818
)

0 commit comments

Comments
 (0)