(sts_conn)
| 24 | |
| 25 | @pytest.mark.skipif("no_real_s3_credentials()") |
| 26 | def test_simple_federation_token(sts_conn): |
| 27 | sts_conn.get_federation_token( |
| 28 | 'hello', |
| 29 | policy=make_policy('hello', 'goodbye')) |
| 30 | |
| 31 | |
| 32 | @pytest.mark.skipif("no_real_s3_credentials()") |
nothing calls this directly
no test coverage detected