Skip to content

Commit

Permalink
#35130 unittest get manifest for next week returns error code (greate…
Browse files Browse the repository at this point in the history
…r 0)
  • Loading branch information
mbe1987 committed Nov 20, 2023
1 parent e37f7be commit 3bf3cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Api/GKV/GetManifestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public function testGetManifestForNextWeek()
$request = new GetManifestRequest($this->createVersion(), $manifestDate);
$response = $this->buildGKV()->getManifest($request);
$this->assertInstanceOf(GetManifestResponse::class, $response);
$this->assertEquals(2000, $response->getStatus()->getStatusCode());
$this->assertGreaterThan(0, $response->getStatus()->getStatusCode());
}
}

0 comments on commit 3bf3cb3

Please sign in to comment.