diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-15 12:36:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-15 12:36:37 +0700 |
| commit | 827a2741e4fcb8e6feb5bf76acb20799c2913451 (patch) | |
| tree | 468c533edc4bbc3cbe37ed27260ed033ec87cb99 /testdata/http_server/play_ssh_config_changes | |
| parent | 1aa46846bc1bfe64c1608e8a536b1732cc3d3b1a (diff) | |
| download | awwan-827a2741e4fcb8e6feb5bf76acb20799c2913451.tar.xz | |
all: fix integration tests from previous refactoring
When we made the refactoring, we forgot to run the test-integration task
which cause some tests are fails.
Diffstat (limited to 'testdata/http_server/play_ssh_config_changes')
| -rw-r--r-- | testdata/http_server/play_ssh_config_changes/test.data | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/testdata/http_server/play_ssh_config_changes/test.data b/testdata/http_server/play_ssh_config_changes/test.data index 00a6941..f9580b5 100644 --- a/testdata/http_server/play_ssh_config_changes/test.data +++ b/testdata/http_server/play_ssh_config_changes/test.data @@ -23,13 +23,17 @@ Host oldhost "begin_at": "2023-11-26T15:21:00Z", "end_at": "", "error": "", - "output": [] + "output": [ + { + "Type": "begin", + "Data": "2023-11-26T15:21:00Z", + "ID": "1" + } + ] }, "code": 200 } -<<< play_on_oldhost:output - >>> .ssh/config:newhost Host oldhost Hostname 127.0.0.1 @@ -60,9 +64,13 @@ Host newhost "begin_at": "2023-11-26T15:21:00Z", "end_at": "", "error": "", - "output": [] + "output": [ + { + "Type": "begin", + "Data": "2023-11-26T15:21:00Z", + "ID": "1" + } + ] }, "code": 200 } - -<<< play_on_newhost:output |
