Commit 8db746b
Fix DeployAsync_WithMultipleComputeEnvironments_Works test - pass fakeContainerRuntime to ConfigureTestServices
- Test was creating fakeContainerRuntime but not passing it to ConfigureTestServices
- ConfigureTestServices was creating a new FakeContainerRuntime instance when containerRuntime parameter was null
- Test was checking the wrong FakeContainerRuntime instance, causing WasLoginToRegistryCalled assertion to fail
- Fixed by passing containerRuntime: fakeContainerRuntime parameter to ConfigureTestServices call
- Test now passes successfully
Co-authored-by: davidfowl <[email protected]>1 parent 64c1053 commit 8db746b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
0 commit comments