Skip to content

Commit 8ac8d43

Browse files
committed
Modify default logs fixture to add 'haslogs'
1 parent 57328fe commit 8ac8d43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/js/fixtures/log.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,14 @@ export function initializeLogsTest({
128128
baseFeatures.push('ourlogs-live-refresh');
129129
}
130130

131+
const initialProject = projectOverrides ? projectOverrides : {hasLogs: true};
132+
131133
const {organization, project} = initializeOrg({
132134
organization: {
133135
features: baseFeatures,
134136
...orgOverrides,
135137
},
136-
project: projectOverrides,
138+
project: initialProject,
137139
});
138140

139141
const initialLocation: LocationConfig = {

0 commit comments

Comments
 (0)