Skip to content

Commit

Permalink
removed testfile (#209)
Browse files Browse the repository at this point in the history
* removed testfile

* remove private azure integration
  • Loading branch information
preslavmihaylov committed Oct 14, 2023
1 parent 92eca9e commit 93d773a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 39 deletions.
Empty file removed aaa
Empty file.
28 changes: 0 additions & 28 deletions testing/integrations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,34 +201,6 @@ func TestPublicAzureIntegration(t *testing.T) {
}
}

func TestPrivateAzureIntegration(t *testing.T) {
err := scenariobuilder.NewScenario().
OnlyRunOnCI().
WithAuthTokenFromEnv("TESTS_AZUREBOARDS_PRIVATE_APITOKEN").
WithBinary("../todocheck").
WithBasepath("./scenarios/integrations/azureboards_private").
WithConfig("./test_configs/integrations/azureboards_private.yaml").
ExpectTodoErr(
scenariobuilder.NewTodoErr().
WithType(errors.TODOErrTypeMalformed).
WithLocation("scenarios/integrations/azureboards_private/main.go", 3).
ExpectLine("// TODO: 1 A malformed issue")).
ExpectTodoErr(
scenariobuilder.NewTodoErr().
WithType(errors.TODOErrTypeIssueClosed).
WithLocation("scenarios/integrations/azureboards_private/main.go", 5).
ExpectLine("// TODO 9: An issue in CLOSED column")).
ExpectTodoErr(
scenariobuilder.NewTodoErr().
WithType(errors.TODOErrTypeNonExistentIssue).
WithLocation("scenarios/integrations/azureboards_private/main.go", 7).
ExpectLine("// TODO 999: A non-existent issue")).
Run()
if err != nil {
t.Errorf("%s", err)
}
}

func baseGithubScenario() *scenariobuilder.TodocheckScenario {
return scenariobuilder.NewScenario().
WithBinary("../todocheck").
Expand Down
7 changes: 0 additions & 7 deletions testing/scenarios/integrations/azureboards_private/main.go

This file was deleted.

4 changes: 0 additions & 4 deletions testing/test_configs/integrations/azureboards_private.yaml

This file was deleted.

0 comments on commit 93d773a

Please sign in to comment.