Skip to content

Commit

Permalink
Rename an integration test (apache#24779)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyinkin committed Dec 27, 2022
1 parent 88be49f commit 069e3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playground/frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ ext.deleteFilesByRegExp = { re ->
}

tasks.register("integrationTest") {
dependsOn("integrationTest_standalone_change_example")
dependsOn("integrationTest_standalone_change_example_sdk_run")
}

tasks.register("integrationTest_standalone_change_example") {
runIntegrationTest("standalone_change_example", "/")
tasks.register("integrationTest_standalone_change_example_sdk_run") {
runIntegrationTest("standalone_change_example_sdk_run", "/")
}

void runIntegrationTest(String path, String url) {
Expand Down

0 comments on commit 069e3ca

Please sign in to comment.