We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa58c0 commit 97f359cCopy full SHA for 97f359c
service/jobs/ext_api_test.go
@@ -400,7 +400,7 @@ func TestGetJob(t *testing.T) {
400
{
401
Method: "GET",
402
ReuseRequest: true,
403
- Resource: "/api/2.1/jobs/get?run_id=514594995218126",
+ Resource: "/api/2.1/jobs/get?job_id=514594995218126",
404
Response: Job{
405
Settings: &JobSettings{
406
Tasks: []Task{
@@ -537,7 +537,7 @@ func TestGetJob(t *testing.T) {
537
538
539
540
541
542
543
0 commit comments