Skip to content

Commit 50de2e4

Browse files
committed
tests (internal-client): testResolveBranchConfiguration
1 parent 71ace29 commit 50de2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/JobFactory/JobRuntimeResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,8 @@ public function testResolveBranchConfiguration(): void
727727
$clientMock = self::createMock(BranchAwareClient::class);
728728
$clientMock->expects(self::exactly(2))->method('apiGet')
729729
->withConsecutive(
730-
['branch/default/components/keboola.ex-db-snowflake/configs/454124290'],
731-
['branch/default/components/keboola.ex-db-snowflake'],
730+
['components/keboola.ex-db-snowflake/configs/454124290'],
731+
['components/keboola.ex-db-snowflake'],
732732
)->willReturnOnConsecutiveCalls($configuration, $component);
733733
$clientWrapperMock = self::createMock(ClientWrapper::class);
734734
$clientWrapperMock->method('getBranchClientIfAvailable')->willReturn($clientMock);

0 commit comments

Comments
 (0)