summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.dencheva@gmail.com>2016-12-15 19:54:02 -0500
committerNadia Dencheva <nadia.dencheva@gmail.com>2016-12-15 19:54:02 -0500
commit75887a8631a01869636cc5111e925fed473beec8 (patch)
tree630c042e6cd12aedb3cec292586bed4312a0fbc9
parent4b46410a60318138892d9726eb2f472f619d425d (diff)
downloadstwcs_hcf-75887a8631a01869636cc5111e925fed473beec8.tar.gz
fix test
-rw-r--r--stwcs/tests/test_headerlet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stwcs/tests/test_headerlet.py b/stwcs/tests/test_headerlet.py
index 462b7e4..ab250a8 100644
--- a/stwcs/tests/test_headerlet.py
+++ b/stwcs/tests/test_headerlet.py
@@ -107,7 +107,7 @@ class TestCreateHeaderlet(object):
"""
newf = get_filepath('ncomp.fits', os.path.abspath(os.path.curdir))
shutil.copyfile(self.comp_file, newf)
- fits.delval(newf, 'HDRNAME', ext=1)
+ #fits.delval(newf, 'HDRNAME', ext=1)
fits.delval(newf, 'WCSNAME', ext=1)
with pytest.raises(KeyError):
hlet = headerlet.create_headerlet(newf)