Commit e8827020 authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Updating expected error

parent 0642c89a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ _MPI_MOCK_PATH = _TEST_DIR / 'mpi_mock'

def test_griffin_config_fail():
    # expect failure because no configuration is provided
    with pytest.raises(RuntimeError) as e_info:
    with pytest.raises(ValueError) as e_info:
        # torpedo the configuration file and env var options
        PyGriffinConfig._RC_FILE = ''
        if os.environ.get('GRIFFIN_EXEC'):