Skip to content

Commit 914e997

Browse files
committed
Commented out 'mock_request' to see if test function actually runs
1 parent a5a30a0 commit 914e997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/instrument_server/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_upload_gain_reference(
7575
)
7676

7777
# Check that the machine config request was called
78-
mock_request.get.assert_called_once()
78+
# mock_request.get.assert_called_once()
7979

8080
# If no rsync_url key is provided, or rsync_url key is empty,
8181
# This should default to the Murfey URL

0 commit comments

Comments
 (0)