Skip to content

Commit

Permalink
SCALRCORE-17117 Fix tests [API_BRANCH] [DB_BRANCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
denkl committed Jul 7, 2022
1 parent aa83eff commit 877323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcs_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestVcsProvidersCreate(t *testing.T) {
t,
ResourceNotFoundError{
Message: fmt.Sprintf(
"Relationship 'environments' with ID '%s' not found or user unauthorized",
"Invalid Relationship\n\nEnvironment with ID '%s' not found or user unauthorized",
badIdentifier,
),
}.Error(),
Expand Down

0 comments on commit 877323c

Please sign in to comment.