Skip to content

Commit

Permalink
馃悰 octavia-cli: fix typo in integration test (#11912)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Apr 12, 2022
1 parent 686e9ed commit b5966e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octavia-cli/integration_tests/test_apply/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def test_source_lifecycle(source):
source.state = source._get_state_from_file()
assert source.was_created
assert not source.get_diff_with_remote_resource()
source.local_configuration["configuration"]["pokemon_name"] = "snorlex"
assert 'changed from "ditto" to "snorlex"' in source.get_diff_with_remote_resource()
source.local_configuration["configuration"]["pokemon_name"] = "snorlax"
assert 'changed from "ditto" to "snorlax"' in source.get_diff_with_remote_resource()
source.update()
assert not source.get_diff_with_remote_resource()
assert source.catalog["streams"][0]["config"]["aliasName"] == "pokemon"
Expand Down

0 comments on commit b5966e9

Please sign in to comment.