Skip to content

FR-6098 #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tests/terminalAsanaTests/Integration/Get_Taks_v1_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private async Task<ActivityDTO> CompleteInitialConfiguration()
/// <summary>
/// Validate correct crate-storage structure in initial configuration response. OAuth Token already should be present in ActivityDTO
/// </summary>
[Test, Ignore("Being fixed in FR-6098")]
[Test]
public async Task Get_Tasks_v1_initial_configuration_check()
{
var responseDTO = await CompleteInitialConfiguration();
Expand Down Expand Up @@ -84,7 +84,7 @@ public async Task Get_Tasks_v1_initial_configuration_check()
/// <summary>
/// Validate correct crate-storage structure in followup configuration response.
/// </summary>
[Test, Ignore("Being fixed in FR-6098")]
[Test]
public async Task Get_Tasks_v1_FollowUp_Configuration_Check_Crate_Structure()
{
// it is integration test so it will be oooho loooong.
Expand Down
4 changes: 2 additions & 2 deletions Tests/terminalAsanaTests/Integration/Post_Comment_v1_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private async Task<ActivityDTO> CompleteInitialConfiguration()
/// <summary>
/// Validate correct crate-storage structure in initial configuration response. OAuth Token already should be present in ActivityDTO
/// </summary>
[Test, Ignore("Being fixed in FR-6098")]
[Test]
public async Task Post_Comment_v1_initial_configuration_check()
{
var responseDTO = await CompleteInitialConfiguration();
Expand All @@ -62,7 +62,7 @@ public async Task Post_Comment_v1_initial_configuration_check()
/// Validate correct crate-storage structure in followup configuration response.
/// same test as for Get_Task activity
/// </summary>
[Test, Ignore("Being fixed in FR-6098")]
[Test]
public async Task Post_Comment_v1_FollowUp_Configuration_Check_Crate_Structure()
{
// it is integration test so it will be oooho loooong.
Expand Down