Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from taskcluster/bug1502075
Browse files Browse the repository at this point in the history
Bug 1502075 - stop using v1 treeherder routes in integration tests
  • Loading branch information
petemoore committed Oct 29, 2018
2 parents f85b063 + afb9514 commit 884124f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/mozilla/taskcluster/client/APITest.java
Expand Up @@ -128,8 +128,7 @@ public void testDefineTask() {
td.payload = payload;
td.provisionerId = "win-provisioner";
td.retries = 5;
td.routes = new String[] { "tc-treeherder.mozilla-inbound.bcf29c305519d6e120b2e4d3b8aa33baaf5f0163",
"tc-treeherder-stage.mozilla-inbound.bcf29c305519d6e120b2e4d3b8aa33baaf5f0163" };
td.routes = new String[] { "garbage.tc-client-java.test" };
td.schedulerId = "junit-test-scheduler";
td.scopes = new String[] {};

Expand Down

0 comments on commit 884124f

Please sign in to comment.