Skip to content

Commit

Permalink
fix assertation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkpd-hafizhan committed Sep 29, 2023
1 parent 7740836 commit 3740c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/sdk/test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@ def test_standard_transformer_simulate(integration_test_url, use_google_oauth):
assert isinstance(resp_w_tracing, dict)
assert "response" in resp_wo_tracing.keys()
assert "response" in resp_w_tracing.keys()
assert "operation_tracing" not in resp_w_tracing.keys()
assert "operation_tracing" not in resp_wo_tracing.keys()
assert "operation_tracing" in resp_wo_tracing.keys()
assert resp_wo_tracing == resp_valid_wo_tracing
assert resp_w_tracing == resp_valid_w_tracing

0 comments on commit 3740c6e

Please sign in to comment.