Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4ff0ef

Browse files
leahecoleengelke
andauthored
change iap assert order (GoogleCloudPlatform#4515)
* capture error, assert error string not in out * Removed old lines automatically merged back in earlier * change assert order Co-authored-by: Charles Engelke <[email protected]>
1 parent 7fc5928 commit e4ff0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iap/iap_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def test_main(capsys):
5858
jwt_validation_result = validate_jwt.validate_iap_jwt(
5959
iap_jwt, expected_audience)
6060

61+
assert not jwt_validation_result[2]
6162
assert jwt_validation_result[0]
6263
assert jwt_validation_result[1]
63-
assert not jwt_validation_result[2]

0 commit comments

Comments
 (0)