mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Move misc files out of j/c/[]
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121373704
This commit is contained in:
@@ -176,10 +176,9 @@ public class BigqueryPollJobActionTest {
|
||||
action.run();
|
||||
assertLogMessage(INFO,
|
||||
String.format("Bigquery job succeeded - %s:%s", PROJECT_ID, JOB_ID));
|
||||
assertLogMessage(INFO,
|
||||
String.format(
|
||||
"Added chained task my_task_name for /_dr/something to queue default:",
|
||||
PROJECT_ID, JOB_ID));
|
||||
assertLogMessage(
|
||||
INFO,
|
||||
"Added chained task my_task_name for /_dr/something to queue default");
|
||||
assertTasksEnqueued(CHAINED_QUEUE_NAME, new TaskMatcher()
|
||||
.url("/_dr/something")
|
||||
.method("POST")
|
||||
|
||||
Reference in New Issue
Block a user