Skip to content

Commit 6761089

Browse files
authored
Fix acceptance tests (#54)
We need to use a user who is actually present in our acceptance testing tenant.
1 parent 3cfe4a2 commit 6761089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/team_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func TestAccTeamDataSource(t *testing.T) {
3535
stub := TestTeamDataSource{
3636
Tag: "test-team",
3737
Members: []cortex.TeamMember{
38-
{Name: "Test User", Email: "test@example.com"},
38+
{Name: "Test", Email: "test@cortex.io"},
3939
},
4040
SlackChannels: []cortex.TeamSlackChannel{
4141
{Name: "test-channel", NotificationsEnabled: true},

0 commit comments

Comments
 (0)