summaryrefslogtreecommitdiff
path: root/stwcs/tests/test_headerlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'stwcs/tests/test_headerlet.py')
-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)