We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ace29 commit 50de2e4Copy full SHA for 50de2e4
tests/JobFactory/JobRuntimeResolverTest.php
@@ -727,8 +727,8 @@ public function testResolveBranchConfiguration(): void
727
$clientMock = self::createMock(BranchAwareClient::class);
728
$clientMock->expects(self::exactly(2))->method('apiGet')
729
->withConsecutive(
730
- ['branch/default/components/keboola.ex-db-snowflake/configs/454124290'],
731
- ['branch/default/components/keboola.ex-db-snowflake'],
+ ['components/keboola.ex-db-snowflake/configs/454124290'],
+ ['components/keboola.ex-db-snowflake'],
732
)->willReturnOnConsecutiveCalls($configuration, $component);
733
$clientWrapperMock = self::createMock(ClientWrapper::class);
734
$clientWrapperMock->method('getBranchClientIfAvailable')->willReturn($clientMock);
0 commit comments