Skip to content

Commit 7d6a731

Browse files
committed
Fixed broken tests
1 parent 4fa132b commit 7d6a731

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/client/contexts/test_fib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ def test_fib_autotem_context_projectdata(
509509
mock_logger = mocker.patch("murfey.client.contexts.fib.logger")
510510

511511
# Mock the functions used in 'post_transfer'
512-
mock_copy = mocker.patch("murfey.client.contexts.fib.shutil.copyfile")
513512
mock_capture_post = mocker.patch("murfey.client.contexts.fib.capture_post")
514513

515514
# Create the mock metadata file to parse
@@ -547,7 +546,6 @@ def test_fib_autotem_context_projectdata(
547546
has_activity_name,
548547
)
549548
):
550-
mock_copy.assert_called_once()
551549
assert mock_capture_post.call_count == num_lamellae
552550
assert len(context._site_info) == num_lamellae
553551
for i in range(num_lamellae):

0 commit comments

Comments
 (0)