moto/tests/test_glacier
Kevin Ford 2faffc96de Use 'data' attribute of Flask Request object. (#1117)
* Flask Request object does not have a 'body' attribute, changed to 'data'

* Making moto 'glaciar' more aws 'glaciar' like.

* Making moto 'glacier' more aws 'glacier' like.

* Fixing Travis errors?

* OK, check if  object has proper attribute because HTTPrettyRequest has no data attribute and Python Requests has no body attribute.

* Output to match test expectation; sleep for 60 seconds to mimic actual wait time.

* Amending test_describe_job to reflect changes.

* Shorten time from 1 minute to seconds.

* Shorten sleep time in test.  Forgot about the test.
2018-03-21 22:13:09 -07:00
..
test_glacier_archives.py
test_glacier_jobs.py Use 'data' attribute of Flask Request object. (#1117) 2018-03-21 22:13:09 -07:00
test_glacier_server.py Lints. 2017-02-23 21:37:43 -05:00
test_glacier_vaults.py