We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa132b commit 7d6a731Copy full SHA for 7d6a731
1 file changed
tests/client/contexts/test_fib.py
@@ -509,7 +509,6 @@ def test_fib_autotem_context_projectdata(
509
mock_logger = mocker.patch("murfey.client.contexts.fib.logger")
510
511
# Mock the functions used in 'post_transfer'
512
- mock_copy = mocker.patch("murfey.client.contexts.fib.shutil.copyfile")
513
mock_capture_post = mocker.patch("murfey.client.contexts.fib.capture_post")
514
515
# Create the mock metadata file to parse
@@ -547,7 +546,6 @@ def test_fib_autotem_context_projectdata(
547
546
has_activity_name,
548
)
549
):
550
- mock_copy.assert_called_once()
551
assert mock_capture_post.call_count == num_lamellae
552
assert len(context._site_info) == num_lamellae
553
for i in range(num_lamellae):
0 commit comments