Skip to content

Commit

Permalink
fix(tests): update python dynamic sessions unit test
Browse files Browse the repository at this point in the history
Updates the unit test to expect the new status field.
  • Loading branch information
malandis committed Dec 9, 2024
1 parent 0e2669d commit 349e2d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public async Task ItShouldExecuteCodeAsync()
Content = new StringContent(responseContent),
};
var expectedResult = """
Status:
"Success"
Result:
""
Stdout:
Expand Down

0 comments on commit 349e2d8

Please sign in to comment.