Skip to content

Commit 393ef9b

Browse files
committed
fixup! Split up test_remove_infotag
1 parent 682b580 commit 393ef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tests/test_bash_ioc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_remove_infotag(self, setup_compose: DockerCompose) -> None: # noqa: F8
8989
# Check ioc1-1 has ai:test with info tag "archive"
9090
LOG.debug('Checking ioc1-1 has ai:test with info tag "archive"')
9191
channels = cf_client.find(name=DEFAULT_CHANNEL_NAME)
92-
TEST_INFO_TAG = {"archive": "testing", "owner": "admin", "value": "Active", "channels": []}
92+
TEST_INFO_TAG = {"name": "archive", "owner": "admin", "value": "testing", "channels": []}
9393

9494
assert len(channels) == test_channel_count
9595
assert TEST_INFO_TAG in channels[0]["properties"]

0 commit comments

Comments
 (0)