Skip to content

Commit

Permalink
fix broken test case (#2248)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2248

## What

fix broken test case

## Why

test case is broken

Reviewed By: ankushksingh

Differential Revision:
D44441467

Privacy Context Container: L416713

fbshipit-source-id: 9a2da96bcfcc251e6e7dc3fd5c0bf34e3cd9abc0
  • Loading branch information
jrodal98 authored and facebook-github-bot committed Mar 27, 2023
1 parent 37f102f commit 1a2df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcs/common/tests/test_stage_state_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_stop_containers(self, mock_onedocker_svc) -> None:

@patch("fbpcp.service.onedocker.OneDockerService")
@patch(
"fbpcs.common.entity.stage_state_instance.StageStateInstance._update_containers"
"fbpcs.common.entity.stage_state_instance.StageStateInstance._get_updated_containers"
)
def test_update_status_translation(
self, mock_update_containers, mock_onedocker_svc
Expand Down

0 comments on commit 1a2df6c

Please sign in to comment.