Tests: Tweaked a general test to be compatible with Boto 2.7, attribute check is redundant with a specific version-gated test.
This commit is contained in:
parent
8d0d5cb963
commit
61d93bfcfc
@ -168,7 +168,6 @@ def test_create_launch_configuration_defaults():
|
||||
launch_config.instance_monitoring.enabled.should.equal('false')
|
||||
launch_config.instance_profile_name.should.equal(None)
|
||||
launch_config.spot_price.should.equal(None)
|
||||
launch_config.ebs_optimized.should.equal(False)
|
||||
|
||||
|
||||
@requires_boto_gte("2.12")
|
||||
|
Loading…
Reference in New Issue
Block a user